aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/cms/cms_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/cms/cms_lib.c')
-rw-r--r--openssl/crypto/cms/cms_lib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openssl/crypto/cms/cms_lib.c b/openssl/crypto/cms/cms_lib.c
index d00fe0f87..f88e8f3b5 100644
--- a/openssl/crypto/cms/cms_lib.c
+++ b/openssl/crypto/cms/cms_lib.c
@@ -412,8 +412,7 @@ int cms_DigestAlgorithm_find_ctx(EVP_MD_CTX *mctx, BIO *chain,
*/
|| EVP_MD_pkey_type(EVP_MD_CTX_md(mtmp)) == nid)
{
- EVP_MD_CTX_copy_ex(mctx, mtmp);
- return 1;
+ return EVP_MD_CTX_copy_ex(mctx, mtmp);
}
chain = BIO_next(chain);
}