This commit ties the new DSO code (crypto/dso/) into the build for a
[openssl.git] / crypto / err / err.c
index eb8c76aa0bed702985f18dfc300bdca19cc21ff2..cbbd326f74d4d75b55340f4360352fa0abc6b2e5 100644 (file)
@@ -155,6 +155,7 @@ static ERR_STRING_DATA ERR_str_libraries[]=
 {ERR_PACK(ERR_LIB_X509V3,0,0)          ,"X509 V3 routines"},
 {ERR_PACK(ERR_LIB_PKCS12,0,0)          ,"PKCS12 routines"},
 {ERR_PACK(ERR_LIB_RAND,0,0)            ,"random number generator"},
+{ERR_PACK(ERR_LIB_DSO,0,0)             ,"DSO support routines"},
 {0,NULL},
        };
 
@@ -205,6 +206,7 @@ static ERR_STRING_DATA ERR_str_reasons[]=
 {ERR_R_EXPECTING_AN_ASN1_SEQUENCE      ,"expecting an asn1 sequence"},
 {ERR_R_ASN1_LENGTH_MISMATCH            ,"asn1 length mismatch"},
 {ERR_R_MISSING_ASN1_EOS                        ,"missing asn1 eos"},
+{ERR_R_DSO_LIB                         ,"DSO lib"},
 
 {0,NULL},
        };