summaryrefslogtreecommitdiffstats
path: root/crypto/rc5/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc5/build.info')
-rw-r--r--crypto/rc5/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc5/build.info b/crypto/rc5/build.info
index 96ed42d2cb..1b396252bb 100644
--- a/crypto/rc5/build.info
+++ b/crypto/rc5/build.info
@@ -18,7 +18,7 @@ SOURCE[../../libcrypto]=$ALL
# When all deprecated symbols are removed, libcrypto doesn't export the
# rc5 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]=$ALL
ENDIF