Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'}
[oweals/openssl.git] / crypto / whrlpool / build.info
index c48971885865cdf5a28806ddff1345697611fbd5..471b8acf2c15352f1be1a14961df4014c765617f 100644 (file)
@@ -26,8 +26,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"}
-      && (defined $config{"api"} && $config{"api"} >= 30000) -}]
+IF[{- $disabled{'deprecated-3.0'} -}]
   SOURCE[../../providers/liblegacy.a]=wp_dgst.c $WPASM
   DEFINE[../../providers/liblegacy.a]=$WPDEF
 ENDIF