]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rand/rand_lib.c
Add the ability for ex_data to have a priority
[thirdparty/openssl.git] / crypto / rand / rand_lib.c
index f6c5bc15eec7a64d4b197b3e8c1fcc3a14393a11..bdf5f71f44c71da310abda2c4ae49190e9a6c88c 100644 (file)
@@ -486,6 +486,7 @@ static void rand_ossl_ctx_free(void *vdgbl)
 }
 
 static const OSSL_LIB_CTX_METHOD rand_drbg_ossl_ctx_method = {
+    OSSL_LIB_CTX_METHOD_DEFAULT_PRIORITY,
     rand_ossl_ctx_new,
     rand_ossl_ctx_free,
 };