]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/pkcs12/pk12err.c
Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and add
[thirdparty/openssl.git] / crypto / pkcs12 / pk12err.c
index 38d7be7675a4b3240252e47d95cf9000e2b46e62..5bbe2fa3306e901a1981fae28961dcb3661dfa86 100644 (file)
@@ -99,6 +99,7 @@ static ERR_STRING_DATA PKCS12_str_reasons[]=
 {PKCS12_R_DECODE_ERROR                   ,"decode error"},
 {PKCS12_R_ENCODE_ERROR                   ,"encode error"},
 {PKCS12_R_ENCRYPT_ERROR                  ,"encrypt error"},
+{PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE,"error setting encrypted data type"},
 {PKCS12_R_INVALID_NULL_ARGUMENT          ,"invalid null argument"},
 {PKCS12_R_INVALID_NULL_PKCS12_POINTER    ,"invalid null pkcs12 pointer"},
 {PKCS12_R_IV_GEN_ERROR                   ,"iv gen error"},