X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frand%2Frand_err.c;h=e92c33f4dacb8e3fbc99573802102e47a915e69c;hp=e8ec44ae12a6e0502c9ec8cc6ec8841c71d8056a;hb=812b15370613da4768d91b9e566fdf5a30c06805;hpb=4d921bfb8b4161f735e5d3bc19fae264816c9c40 diff --git a/crypto/rand/rand_err.c b/crypto/rand/rand_err.c index e8ec44ae12..e92c33f4da 100644 --- a/crypto/rand/rand_err.c +++ b/crypto/rand/rand_err.c @@ -20,7 +20,7 @@ static const ERR_STRING_DATA RAND_str_functs[] = { {ERR_PACK(ERR_LIB_RAND, RAND_F_GET_ENTROPY, 0), "get_entropy"}, {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_BYTES, 0), "RAND_bytes"}, {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_ENABLE_LOCKING, 0), - "RAND_DRBG_enable_locking"}, + "rand_drbg_enable_locking"}, {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_GENERATE, 0), "RAND_DRBG_generate"}, {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_INSTANTIATE, 0),