summaryrefslogtreecommitdiffstats
path: root/crypto/whrlpool/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/whrlpool/build.info')
-rw-r--r--crypto/whrlpool/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/whrlpool/build.info b/crypto/whrlpool/build.info
index 137f6dc6c6..c7dbecb4fd 100644
--- a/crypto/whrlpool/build.info
+++ b/crypto/whrlpool/build.info
@@ -22,7 +22,7 @@ DEFINE[../../libcrypto]=$WPDEF
# When all deprecated symbols are removed, libcrypto doesn't export the
# WHIRLPOOL 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]=wp_dgst.c $WPASM
DEFINE[../../providers/liblegacy.a]=$WPDEF
ENDIF