X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Ferr%2Ferr.c;h=25ab13509ce0114f659386dd437bd5d825d52402;hp=daa4e6e419a9bf0641900fcda02c5e8ad2571175;hb=fe6ec26b204a056aee2a24b79df09a45b2308603;hpb=51fe9b00d2fe33aa383f9c04b9c4ec153af63c45 diff --git a/crypto/err/err.c b/crypto/err/err.c index daa4e6e419..25ab13509c 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -64,7 +64,6 @@ static ERR_STRING_DATA ERR_str_libraries[] = { {ERR_PACK(ERR_LIB_HMAC, 0, 0), "HMAC routines"}, {ERR_PACK(ERR_LIB_CT, 0, 0), "CT routines"}, {ERR_PACK(ERR_LIB_ASYNC, 0, 0), "ASYNC routines"}, - {ERR_PACK(ERR_LIB_KDF, 0, 0), "KDF routines"}, {ERR_PACK(ERR_LIB_OSSL_STORE, 0, 0), "STORE routines"}, {ERR_PACK(ERR_LIB_SM2, 0, 0), "SM2 routines"}, {ERR_PACK(ERR_LIB_ESS, 0, 0), "ESS routines"},