Loading crypto/cms/cms_enc.c +16 −15 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec) CMS_R_CIPHER_INITIALISATION_ERROR); goto err; } if (enc) { calg->parameter = ASN1_TYPE_new(); if (calg->parameter == NULL) { CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO, ERR_R_MALLOC_FAILURE); Loading @@ -191,6 +191,7 @@ BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec) ASN1_TYPE_free(calg->parameter); calg->parameter = NULL; } } ok = 1; err: Loading Loading
crypto/cms/cms_enc.c +16 −15 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec) CMS_R_CIPHER_INITIALISATION_ERROR); goto err; } if (enc) { calg->parameter = ASN1_TYPE_new(); if (calg->parameter == NULL) { CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO, ERR_R_MALLOC_FAILURE); Loading @@ -191,6 +191,7 @@ BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec) ASN1_TYPE_free(calg->parameter); calg->parameter = NULL; } } ok = 1; err: Loading