mirror of
https://github.com/xcat2/xNBA.git
synced 2026-01-12 01:52:30 +00:00
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 */
|