diff options
Diffstat (limited to 'crypto/des')
-rw-r--r-- | crypto/des/build.info | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/des/build.info b/crypto/des/build.info index 8ce3daf37e..1fbbcdf2f9 100644 --- a/crypto/des/build.info +++ b/crypto/des/build.info @@ -25,9 +25,9 @@ SOURCE[../../providers/libfips.a]=$COMMON DEFINE[../../libcrypto]=$DESDEF DEFINE[../../providers/libfips.a]=$DESDEF -IF[{- $disabled{"deprecated"} - && !$disabled{"mdc2"} - && (defined $config{"api"} && $config{"api"} >= 30000) -}] +# When all deprecated symbols are removed, libcrypto doesn't export the +# DES functions, so we must include them directly in liblegacy.a +IF[{- $disabled{'deprecated-3.0'} && !$disabled{"mdc2"} -}] SOURCE[../../providers/liblegacy.a]=set_key.c $DESASM DEFINE[../../providers/liblegacy.a]=$DESDEF ENDIF |