]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ripemd/build.info
Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'}
[thirdparty/openssl.git] / crypto / ripemd / build.info
index 055da5dab8f79340d63dbfb16d87795251e208e1..4cc5b3a2ebaf6747db1dd217bbe721917942d162 100644 (file)
@@ -21,8 +21,7 @@ DEFINE[../../libcrypto]=$RMD160DEF
 
 # When all deprecated symbols are removed, libcrypto doesn't export the
 # RIPEMD160 functions, so we must include them directly in liblegacy.a
-IF[{- $disabled{"deprecated"}
-      && (defined $config{"api"} && $config{"api"} >= 30000) -}]
+IF[{- $disabled{'deprecated-3.0'} -}]
   SOURCE[../../providers/liblegacy.a]=rmd_dgst.c rmd_one.c $RMD160ASM
   DEFINE[../../providers/liblegacy.a]=$RMD160DEF
 ENDIF