summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/privkey.h
blob: 81108b6bf3ef0b68e459adc30b76ce890a821166 (plain)
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 */