summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/rootcert.h
blob: d1a69723d3869d899c8e16d7cbe424aa5e388fc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _IPXE_ROOTCERT_H
#define _IPXE_ROOTCERT_H

/** @file
 *
 * Root certificate store
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <ipxe/x509.h>

extern const int allow_trust_override;
extern struct x509_root root_certificates;

#endif /* _IPXE_ROOTCERT_H */