aboutsummaryrefslogtreecommitdiff
path: root/lib/libsecureboot/h
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2024-02-12 22:35:01 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2024-02-12 22:35:01 +0000
commitf616d61ab6b071e5fbfdbae7033a9ef04c1444ad (patch)
tree47edbc56733109d8f3552b3ac2247120e5304f8a /lib/libsecureboot/h
parent57e27ff07aff35289892f79288bebf76a3c31fec (diff)
downloadsrc-f616d61ab6b071e5fbfdbae7033a9ef04c1444ad.tar.gz
src-f616d61ab6b071e5fbfdbae7033a9ef04c1444ad.zip
Diffstat (limited to 'lib/libsecureboot/h')
-rw-r--r--lib/libsecureboot/h/verify_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsecureboot/h/verify_file.h b/lib/libsecureboot/h/verify_file.h
index 88d758b27af4..f918ed6d0e38 100644
--- a/lib/libsecureboot/h/verify_file.h
+++ b/lib/libsecureboot/h/verify_file.h
@@ -46,6 +46,7 @@ int verify_prep(int, const char *, off_t, struct stat *, const char *);
void ve_debug_set(int);
char *ve_error_get(void);
void ve_efi_init(void);
+void ve_status_set(int, int);
int ve_status_get(int);
int load_manifest(const char *, const char *, const char *, struct stat *);
int pass_manifest(const char *, const char *);