diff options
Diffstat (limited to 'trust/extract.h')
-rw-r--r-- | trust/extract.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trust/extract.h b/trust/extract.h index 2664ba0..9ce802a 100644 --- a/trust/extract.h +++ b/trust/extract.h @@ -67,6 +67,9 @@ bool p11_extract_pem_directory_hash (p11_enumerate *ex, bool p11_extract_jks_cacerts (p11_enumerate *ex, const char *destination); +bool p11_extract_edk2_cacerts (p11_enumerate *ex, + const char *destination); + bool p11_extract_openssl_bundle (p11_enumerate *ex, const char *destination); |