aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-07-27 00:19:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-07-27 00:19:18 +0000
commit48c524827bd4105afb60da37354990c98ab158c9 (patch)
tree58f9e5ae5f019cacab24cc07ad44b855f02cd39a /crypto/err/err.c
parentebaec63e3e442a219faabf86d8961301ee003446 (diff)
downloadopenssl-48c524827bd4105afb60da37354990c98ab158c9.tar.gz
Add FIPS library name to error routines.
Diffstat (limited to 'crypto/err/err.c')
-rw-r--r--crypto/err/err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c
index e28ec56ffa..286bf4250c 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},
};