mirror of
https://github.com/xcat2/xNBA.git
synced 2026-09-11 20:06:20 +00:00
4d3b5473f8
Signed-off-by: Michael Brown <mcb30@ipxe.org>
17 lines
229 B
C
17 lines
229 B
C
#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 */
|