summaryrefslogtreecommitdiffstats
path: root/crypto/md4
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md4')
-rw-r--r--crypto/md4/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/build.info b/crypto/md4/build.info
index bed9c0bd40..ccd93835f7 100644
--- a/crypto/md4/build.info
+++ b/crypto/md4/build.info
@@ -4,6 +4,6 @@ SOURCE[../../libcrypto]=md4_dgst.c md4_one.c
# When all deprecated symbols are removed, libcrypto doesn't export the
# MD4 functions, so we must include them directly in liblegacy.a
-IF[{- $disabled{'deprecated-3.0'} -}]
+IF[{- $disabled{'deprecated-3.0'} && !$disabled{module} && !$disabled{shared} -}]
SOURCE[../../providers/liblegacy.a]=md4_dgst.c md4_one.c
ENDIF