From 6ab6ecfd6d2d659326f427dceb1b65ae1b4b012b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 12 Oct 2018 16:46:41 +0200 Subject: OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIO This capability existed internally, and is now made public. Reviewed-by: David von Oheimb (Merged from https://github.com/openssl/openssl/pull/11756) --- util/other.syms | 1 + 1 file changed, 1 insertion(+) (limited to 'util/other.syms') diff --git a/util/other.syms b/util/other.syms index 9f44034..d993485 100644 --- a/util/other.syms +++ b/util/other.syms @@ -49,6 +49,7 @@ OSSL_STORE_INFO datatype OSSL_STORE_LOADER datatype OSSL_STORE_LOADER_CTX datatype OSSL_STORE_SEARCH datatype +OSSL_STORE_attach_fn datatype OSSL_STORE_close_fn datatype OSSL_STORE_ctrl_fn datatype OSSL_STORE_expect_fn datatype -- cgit v1.1