From 534eae4d92ba6e9b2378db22c65992f136b499c6 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 31 Aug 2016 15:16:43 +0100 Subject: [crypto] Expose certstore_del() to explicitly remove stored certificates Signed-off-by: Michael Brown --- src/include/ipxe/certstore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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 */ -- cgit v1.2.3-55-g7522