Loading crypto/cms/cms_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec) CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR); goto err; } /* If paremeter type not set omit parameter */ /* If parameter type not set omit parameter */ if (calg->parameter->type == V_ASN1_UNDEF) { ASN1_TYPE_free(calg->parameter); calg->parameter = NULL; Loading Loading
crypto/cms/cms_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec) CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR); goto err; } /* If paremeter type not set omit parameter */ /* If parameter type not set omit parameter */ if (calg->parameter->type == V_ASN1_UNDEF) { ASN1_TYPE_free(calg->parameter); calg->parameter = NULL; Loading