summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/rootcert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/rootcert.h')
-rw-r--r--src/include/ipxe/rootcert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/rootcert.h b/src/include/ipxe/rootcert.h
index d4be2e1bc..f07c612ff 100644
--- a/src/include/ipxe/rootcert.h
+++ b/src/include/ipxe/rootcert.h
@@ -8,9 +8,11 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
#include <ipxe/x509.h>
+extern const int allow_trust_override;
extern struct x509_root root_certificates;
#endif /* _IPXE_ROOTCERT_H */