Add FIPS library name to error routines.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 27 Jul 2004 00:19:18 +0000 (00:19 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 27 Jul 2004 00:19:18 +0000 (00:19 +0000)
crypto/err/err.c

index e28ec56ffa6a82ffc165cb9b58a9dfee3a6015d0..286bf4250c65e9e86d16bf0c084f6f4e5084c281 100644 (file)
@@ -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},
        };