mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
[crypto] Expose certstore_del() to explicitly remove stored certificates
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user