diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2019-04-23 20:25:25 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2019-04-23 20:25:25 +0000 |
| commit | 64ca9a7ff6748eed582b28aa6ff728bf69b2fe27 (patch) | |
| tree | ba79fbf4b09eb78cd7e579a5762f089ac20716b3 /lib/libsecureboot/h/libsecureboot.h | |
| parent | c034ecf316059a995facc46ecb688ef0412bd013 (diff) | |
Notes
Diffstat (limited to 'lib/libsecureboot/h/libsecureboot.h')
| -rw-r--r-- | lib/libsecureboot/h/libsecureboot.h | 1 |
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 |
