diff options
Diffstat (limited to 'src/include/ipxe/rootcert.h')
| -rw-r--r-- | src/include/ipxe/rootcert.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/ipxe/rootcert.h b/src/include/ipxe/rootcert.h new file mode 100644 index 000000000..6525df87a --- /dev/null +++ b/src/include/ipxe/rootcert.h @@ -0,0 +1,16 @@ +#ifndef _IPXE_ROOTCERT_H +#define _IPXE_ROOTCERT_H + +/** @file + * + * Root certificate store + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#include <ipxe/x509.h> + +extern struct x509_root root_certificates; + +#endif /* _IPXE_ROOTCERT_H */ |
