diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2004-07-27 02:19:58 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2004-07-27 02:19:58 +0200 |
commit | a25aca2943e15968ba879b3414116cd0bd61cfa9 (patch) | |
tree | 5a349c67a11e598ab37140769dcc457aa4eb0cc0 /crypto/err | |
parent | Add FIPS library name to error routines. (diff) | |
download | openssl-a25aca2943e15968ba879b3414116cd0bd61cfa9.tar.xz openssl-a25aca2943e15968ba879b3414116cd0bd61cfa9.zip |
Oops, wrong version...
Diffstat (limited to 'crypto/err')
-rw-r--r-- | crypto/err/err.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c index 286bf4250c..e28ec56ffa 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -149,7 +149,6 @@ 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}, }; |