diff options
author | Richard Levitte <levitte@openssl.org> | 2020-02-06 11:31:41 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-02-07 14:54:36 +0100 |
commit | 0e43960e88128bb86031a45c0fe9ca3e3a310c3b (patch) | |
tree | 2485faf806e14200e0648468bea544364fc13f62 /crypto/whrlpool/build.info | |
parent | b05d63273277e0a17ade780b6bef2c48cfd3e522 (diff) | |
download | openssl-new-0e43960e88128bb86031a45c0fe9ca3e3a310c3b.tar.gz |
Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'}
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11027)
Diffstat (limited to 'crypto/whrlpool/build.info')
-rw-r--r-- | crypto/whrlpool/build.info | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/whrlpool/build.info b/crypto/whrlpool/build.info index c489718858..471b8acf2c 100644 --- a/crypto/whrlpool/build.info +++ b/crypto/whrlpool/build.info @@ -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 |