diff options
Diffstat (limited to 'roms/ipxe/src/include/usr/certmgmt.h')
-rw-r--r-- | roms/ipxe/src/include/usr/certmgmt.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/ipxe/src/include/usr/certmgmt.h b/roms/ipxe/src/include/usr/certmgmt.h new file mode 100644 index 000000000..4363b03e1 --- /dev/null +++ b/roms/ipxe/src/include/usr/certmgmt.h @@ -0,0 +1,16 @@ +#ifndef _USR_CERTMGMT_H +#define _USR_CERTMGMT_H + +/** @file + * + * Certificate management + * + */ + +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +#include <ipxe/x509.h> + +extern void certstat ( struct x509_certificate *cert ); + +#endif /* _USR_CERTMGMT_H */ |