From: Dr. Stephen Henson Date: Tue, 27 Jul 2004 00:20:41 +0000 (+0000) Subject: Add FIPS name to error library. X-Git-Tag: OpenSSL_0_9_7e~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e4c1c03c5b92ad4763a9a7efe7002dfb2c560a5a;p=oweals%2Fopenssl.git Add FIPS name to error library. --- diff --git a/crypto/err/err.c b/crypto/err/err.c index 792f329600..0f518f495a 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -149,6 +149,7 @@ static ERR_STRING_DATA ERR_str_libraries[]= {ERR_PACK(ERR_LIB_DSO,0,0) ,"DSO support routines"}, {ERR_PACK(ERR_LIB_ENGINE,0,0) ,"engine routines"}, {ERR_PACK(ERR_LIB_OCSP,0,0) ,"OCSP routines"}, +{ERR_PACK(ERR_LIB_FIPS,0,0) ,"FIPS routines"}, {0,NULL}, };