iPXE
|
00001 #ifndef _IPXE_PRIVKEY_H 00002 #define _IPXE_PRIVKEY_H 00003 00004 /** @file 00005 * 00006 * Private key 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); 00011 00012 #include <ipxe/asn1.h> 00013 00014 extern struct asn1_cursor private_key; 00015 00016 #endif /* _IPXE_PRIVKEY_H */