summaryrefslogtreecommitdiff
path: root/crypto/evp/legacy_md2.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/legacy_md2.c')
-rw-r--r--crypto/evp/legacy_md2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/legacy_md2.c b/crypto/evp/legacy_md2.c
index d22b3eb6b9..32cfdb82c8 100644
--- a/crypto/evp/legacy_md2.c
+++ b/crypto/evp/legacy_md2.c
@@ -24,6 +24,7 @@ static const EVP_MD md2_md = {
NID_md2WithRSAEncryption,
MD2_DIGEST_LENGTH,
0,
+ EVP_ORIG_GLOBAL,
LEGACY_EVP_MD_METH_TABLE(md2_init, md2_update, md2_final, NULL, MD2_BLOCK)
};