diff options
Diffstat (limited to 'roms/ipxe/src/include/ipxe/validator.h')
| -rw-r--r-- | roms/ipxe/src/include/ipxe/validator.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/ipxe/src/include/ipxe/validator.h b/roms/ipxe/src/include/ipxe/validator.h new file mode 100644 index 00000000..23bdab42 --- /dev/null +++ b/roms/ipxe/src/include/ipxe/validator.h @@ -0,0 +1,17 @@ +#ifndef _IPXE_VALIDATOR_H +#define _IPXE_VALIDATOR_H + +/** @file + * + * Certificate validator + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#include <ipxe/interface.h> +#include <ipxe/x509.h> + +extern int create_validator ( struct interface *job, struct x509_chain *chain ); + +#endif /* _IPXE_VALIDATOR_H */ |
