summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/rootcert.h
blob: 6525df87a6f96c5a1001c5714850aa04f0c66ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */