[Bug 258211] /usr/src/lib/libsecureboot/verify_file.c:59:22: error: use of undeclared identifier 'SOPEN_MAX'

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 03 Sep 2021 20:48:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258211

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=343da8f5e98ffac6a7c02fc5f8dd74290e267be0

commit 343da8f5e98ffac6a7c02fc5f8dd74290e267be0
Author:     Toomas Soome <tsoome@FreeBSD.org>
AuthorDate: 2021-08-10 19:46:40 +0000
Commit:     Toomas Soome <tsoome@FreeBSD.org>
CommitDate: 2021-09-03 20:45:16 +0000

    libsecureboot: define SOPEN_MAX

    With commit 97cbd5e722389a575e820c4e03f38053308f08ea, the SOPEN_MAX
    was removed from stand.h.

    We would need better mechanism there.

    (cherry picked from commit ee6dc333e1a1af08afa3d14b83e963e4cf90b77b)

    PR:     258211

 lib/libsecureboot/verify_file.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.