Loading crypto/cms/cms_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec) ok = 1; err: if (!keep_key) { if (!keep_key || !ok) { OPENSSL_clear_free(ec->key, ec->keylen); ec->key = NULL; } Loading Loading
crypto/cms/cms_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec) ok = 1; err: if (!keep_key) { if (!keep_key || !ok) { OPENSSL_clear_free(ec->key, ec->keylen); ec->key = NULL; } Loading