]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/fips/fipsprov.c
Add the ability for ex_data to have a priority
[thirdparty/openssl.git] / providers / fips / fipsprov.c
index 841c80bab7256c49142b0f03feb072f70d0b2eff..7998d55d9aedf352158b9db38b752ba2ad89d91d 100644 (file)
@@ -96,6 +96,7 @@ static void fips_prov_ossl_ctx_free(void *fgbl)
 }
 
 static const OSSL_LIB_CTX_METHOD fips_prov_ossl_ctx_method = {
+    OSSL_LIB_CTX_METHOD_DEFAULT_PRIORITY,
     fips_prov_ossl_ctx_new,
     fips_prov_ossl_ctx_free,
 };