summaryrefslogtreecommitdiff
path: root/crypto/evp/legacy_md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/legacy_md5.c')
-rw-r--r--crypto/evp/legacy_md5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/legacy_md5.c b/crypto/evp/legacy_md5.c
index 3259179144..1bb9b88a2f 100644
--- a/crypto/evp/legacy_md5.c
+++ b/crypto/evp/legacy_md5.c
@@ -24,6 +24,7 @@ static const EVP_MD md5_md = {
NID_md5WithRSAEncryption,
MD5_DIGEST_LENGTH,
0,
+ EVP_ORIG_GLOBAL,
LEGACY_EVP_MD_METH_TABLE(md5_init, md5_update, md5_final, NULL, MD5_CBLOCK)
};