]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/rands/drbg_hash.c
rand_drbg: remove RAND_DRBG.
[thirdparty/openssl.git] / providers / implementations / rands / drbg_hash.c
index 8ff4263cb8f680aba100348f5be6dc4aa6dd6319..bec996f084ee7e3905bf84de7d38b28f951eb44c 100644 (file)
@@ -505,7 +505,6 @@ const OSSL_DISPATCH drbg_hash_functions[] = {
     { OSSL_FUNC_RAND_GETTABLE_CTX_PARAMS,
       (void(*)(void))drbg_hash_gettable_ctx_params },
     { OSSL_FUNC_RAND_GET_CTX_PARAMS, (void(*)(void))drbg_hash_get_ctx_params },
-    { OSSL_FUNC_RAND_SET_CALLBACKS, (void(*)(void))drbg_set_callbacks },
     { OSSL_FUNC_RAND_VERIFY_ZEROIZATION,
       (void(*)(void))drbg_hash_verify_zeroization },
     { 0, NULL }