1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef _IPXE_PRIVKEY_H #define _IPXE_PRIVKEY_H /** @file * * Private key * */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <ipxe/asn1.h> extern struct asn1_cursor private_key; #endif /* _IPXE_PRIVKEY_H */