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