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