]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/core_namemap.c
Add the ability for ex_data to have a priority
[thirdparty/openssl.git] / crypto / core_namemap.c
index 1009fb1e94124a10ecc52da29774217a0666f0d1..5bb0f09ec7bf2686a617f677924104197db2503d 100644 (file)
@@ -87,6 +87,7 @@ static void stored_namemap_free(void *vnamemap)
 }
 
 static const OSSL_LIB_CTX_METHOD stored_namemap_method = {
+    OSSL_LIB_CTX_METHOD_DEFAULT_PRIORITY,
     stored_namemap_new,
     stored_namemap_free,
 };