2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-01-12 01:52:30 +00:00
Files
xNBA/src/include/ipxe/rootcert.h
Michael Brown 4d3b5473f8 [tls] Add full X.509 certificate parsing
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-03-19 00:22:22 +00:00

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 */