aboutsummaryrefslogtreecommitdiff
path: root/lib/libsecureboot/h/libsecureboot.h
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2019-04-23 20:25:25 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2019-04-23 20:25:25 +0000
commit64ca9a7ff6748eed582b28aa6ff728bf69b2fe27 (patch)
treeba79fbf4b09eb78cd7e579a5762f089ac20716b3 /lib/libsecureboot/h/libsecureboot.h
parentc034ecf316059a995facc46ecb688ef0412bd013 (diff)
Notes
Diffstat (limited to 'lib/libsecureboot/h/libsecureboot.h')
-rw-r--r--lib/libsecureboot/h/libsecureboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsecureboot/h/libsecureboot.h b/lib/libsecureboot/h/libsecureboot.h
index d0ec327b866ac..6599db299aefa 100644
--- a/lib/libsecureboot/h/libsecureboot.h
+++ b/lib/libsecureboot/h/libsecureboot.h
@@ -86,6 +86,7 @@ ssize_t ve_pcr_get(unsigned char *, size_t);
#define VEF_VERBOSE 1
#define VE_FINGERPRINT_OK 1
+#define VE_FINGERPRINT_IGNORE 2
/* errors from verify_fd */
#define VE_FINGERPRINT_NONE -2
#define VE_FINGERPRINT_WRONG -3