projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5edd0f5
)
Add FIPS name to error library.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 27 Jul 2004 00:20:41 +0000
(
00:20
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 27 Jul 2004 00:20:41 +0000
(
00:20
+0000)
crypto/err/err.c
patch
|
blob
|
history
diff --git
a/crypto/err/err.c
b/crypto/err/err.c
index 792f32960096ccccdcc87a03bb51add823ed646d..0f518f495a3d892da084104f4f9c5ef1a94afa31 100644
(file)
--- 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},
};