diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/certstore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/certstore.h b/src/include/ipxe/certstore.h index 49b3b512c..e4c789cfd 100644 --- a/src/include/ipxe/certstore.h +++ b/src/include/ipxe/certstore.h @@ -17,5 +17,6 @@ extern struct x509_chain certstore; extern struct x509_certificate * certstore_find ( struct asn1_cursor *raw ); extern struct x509_certificate * certstore_find_key ( struct asn1_cursor *key ); extern void certstore_add ( struct x509_certificate *cert ); +extern void certstore_del ( struct x509_certificate *cert ); #endif /* _IPXE_CERTSTORE_H */ |
