From 8755b085244c792bc8a78b38984b0f4061bc9f91 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 6 Apr 2020 18:23:25 +0100 Subject: Teach the OSSL_STORE code about libctx We restrict this to just the PrivateKey loading code at the moment. Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/11494) --- include/crypto/store.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/crypto/store.h b/include/crypto/store.h index 8f4757d9c2..ea207d83df 100644 --- a/include/crypto/store.h +++ b/include/crypto/store.h @@ -20,7 +20,8 @@ * as usual with OSSLSTORE_load() and OSSLSTORE_eof(). */ OSSL_STORE_CTX *ossl_store_attach_pem_bio(BIO *bp, const UI_METHOD *ui_method, - void *ui_data); + void *ui_data, OPENSSL_CTX *libctx, + const char *propq); int ossl_store_detach_pem_bio(OSSL_STORE_CTX *ctx); void ossl_store_cleanup_int(void); -- cgit v1.2.3