aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-06-16 15:51:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-06-16 15:51:48 +0000
commita01a351cc2b901335e5a940acf71fe6581253cbc (patch)
treef30d18932cf83fe3cb598094043de628de7d32b6 /crypto/err/err.c
parentadb92d56eb94e47069a94936fb9e2e2a18535985 (diff)
downloadopenssl-a01a351cc2b901335e5a940acf71fe6581253cbc.tar.gz
Update from stable branch.
Diffstat (limited to 'crypto/err/err.c')
-rw-r--r--crypto/err/err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c
index 94784e972d..b96e675618 100644
--- a/crypto/err/err.c
+++ b/crypto/err/err.c
@@ -153,8 +153,9 @@ static ERR_STRING_DATA ERR_str_libraries[]=
{ERR_PACK(ERR_LIB_TS,0,0) ,"time stamp routines"},
{ERR_PACK(ERR_LIB_ENGINE,0,0) ,"engine routines"},
{ERR_PACK(ERR_LIB_OCSP,0,0) ,"OCSP routines"},
-{ERR_PACK(ERR_LIB_HMAC,0,0) ,"HMAC routines"},
+{ERR_PACK(ERR_LIB_FIPS,0,0) ,"FIPS routines"},
{ERR_PACK(ERR_LIB_CMS,0,0) ,"CMS routines"},
+{ERR_PACK(ERR_LIB_HMAC,0,0) ,"HMAC routines"},
{0,NULL},
};