From a16d21744df686a7c005d1f129915d9083476e14 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 26 Apr 2021 11:35:17 +0100 Subject: Add the ability for ex_data to have a priority Where an object has multiple ex_data associated with it, then we free that ex_data in order of priority (high priority first). Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14991) --- crypto/store/store_meth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/store') diff --git a/crypto/store/store_meth.c b/crypto/store/store_meth.c index a2ab341fe9..7bf0a329ce 100644 --- a/crypto/store/store_meth.c +++ b/crypto/store/store_meth.c @@ -81,6 +81,7 @@ static void *loader_store_new(OSSL_LIB_CTX *ctx) static const OSSL_LIB_CTX_METHOD loader_store_method = { + OSSL_LIB_CTX_METHOD_DEFAULT_PRIORITY, loader_store_new, loader_store_free, }; -- cgit v1.2.3