X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Ferr%2Ferr.c;h=345d230206473e5e0e76358c048019e978018096;hp=454885451a369c4dd891aa852957b75e2112af4f;hb=6caf7f3aec5484ee65067e9671299d3411565dc1;hpb=64adf9aac765f0872c33d225c57e5c128f5d7c69 diff --git a/crypto/err/err.c b/crypto/err/err.c index 454885451a..345d230206 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -66,6 +66,7 @@ static ERR_STRING_DATA ERR_str_libraries[] = { {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"}, + {ERR_PACK(ERR_LIB_PROV, 0, 0), "Provider routines"}, {0, NULL}, };