summaryrefslogtreecommitdiffstats
path: root/crypto/store/store_local.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-04-06 18:23:25 +0100
committerMatt Caswell <matt@openssl.org>2020-04-15 11:24:13 +0100
commit8755b085244c792bc8a78b38984b0f4061bc9f91 (patch)
tree02526bbd66d11ae50a63e4439a339703b7f09567 /crypto/store/store_local.h
parentf13fdeb321f0f6bf67e2c93209bba70c8c4fcbec (diff)
Teach the OSSL_STORE code about libctx
We restrict this to just the PrivateKey loading code at the moment. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11494)
Diffstat (limited to 'crypto/store/store_local.h')
-rw-r--r--crypto/store/store_local.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/store/store_local.h b/crypto/store/store_local.h
index 7c4d65b961..9401fd0774 100644
--- a/crypto/store/store_local.h
+++ b/crypto/store/store_local.h
@@ -128,5 +128,7 @@ int ossl_store_file_loader_init(void);
* -------------------
*/
-OSSL_STORE_LOADER_CTX *ossl_store_file_attach_pem_bio_int(BIO *bp);
+OSSL_STORE_LOADER_CTX *ossl_store_file_attach_pem_bio_int(BIO *bp,
+ OPENSSL_CTX *libctx,
+ const char *propq);
int ossl_store_file_detach_pem_bio_int(OSSL_STORE_LOADER_CTX *ctx);