X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fpkcs7%2Fpkcs7err.c;h=f3fbf0b263d5cbb4cd78004635688cf6f2707fcb;hb=e7f97e2d22e386df60c8da63277727a931bf22b7;hp=d0a1f599ab3b9d7776bd5f997818d0a0ac6dd2da;hpb=55ec5861c863e2fea621bc16cd2fac0c40b71cae;p=oweals%2Fopenssl.git diff --git a/crypto/pkcs7/pkcs7err.c b/crypto/pkcs7/pkcs7err.c index d0a1f599ab..f3fbf0b263 100644 --- a/crypto/pkcs7/pkcs7err.c +++ b/crypto/pkcs7/pkcs7err.c @@ -95,6 +95,7 @@ static ERR_STRING_DATA PKCS7_str_functs[]= static ERR_STRING_DATA PKCS7_str_reasons[]= { {PKCS7_R_CERTIFICATE_VERIFY_ERROR ,"certificate verify error"}, +{PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER ,"cipher has no object identifier"}, {PKCS7_R_CIPHER_NOT_INITIALIZED ,"cipher not initialized"}, {PKCS7_R_CONTENT_AND_DATA_PRESENT ,"content and data present"}, {PKCS7_R_DECODE_ERROR ,"decode error"}, @@ -105,6 +106,7 @@ static ERR_STRING_DATA PKCS7_str_reasons[]= {PKCS7_R_ERROR_SETTING_CIPHER ,"error setting cipher"}, {PKCS7_R_INTERNAL_ERROR ,"internal error"}, {PKCS7_R_INVALID_MIME_TYPE ,"invalid mime type"}, +{PKCS7_R_INVALID_NULL_POINTER ,"invalid null pointer"}, {PKCS7_R_MIME_NO_CONTENT_TYPE ,"mime no content type"}, {PKCS7_R_MIME_PARSE_ERROR ,"mime parse error"}, {PKCS7_R_MIME_SIG_PARSE_ERROR ,"mime sig parse error"},