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