diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2022-07-19 15:59:53 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2022-07-19 15:59:53 +0000 |
| commit | ab4f0a15188087e407426aac2a720035fd2a3b0a (patch) | |
| tree | 3fd7dde2f05ddc8b6dce7ea689017b695b7c9802 /lib/libsecureboot/h | |
| parent | f7d5459ece7a9210023b515fed4fb6d527d4dab3 (diff) | |
Diffstat (limited to 'lib/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 200f8bdb763f..f07988a8206e 100644 --- a/lib/libsecureboot/h/libsecureboot.h +++ b/lib/libsecureboot/h/libsecureboot.h @@ -59,6 +59,7 @@ size_t ve_trust_anchors_add_buf(unsigned char *, size_t); size_t ve_trust_anchors_revoke(unsigned char *, size_t); int ve_trust_add(const char *); void ve_debug_set(int); +void ve_enforce_validity_set(int); void ve_anchor_verbose_set(int); int ve_anchor_verbose_get(void); void ve_utc_set(time_t utc); |
