summaryrefslogtreecommitdiffstats
path: root/crypto/dsa
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2023-10-10 12:32:40 +0200
committerRichard Levitte <levitte@openssl.org>2023-10-11 14:20:14 +0200
commit9255fd88cff4426f6b8202b17b776a67da6b7683 (patch)
tree1aa0150200dbc944a9a983978b25e293adf277d8 /crypto/dsa
parent1eeada08525183c79963b11af0288de3e52c1ea4 (diff)
test/recipes/05-test_rand.t: replace 'and' with '&&'
The lower priority 'and' seems to have some "interesting" interactions with function argument parsing in some perl versions (presumably because 'and' is lower priority than the comma). For the lines that are changed here, perl v5.20.1 says this: Useless use of string eq in void context at [.test.recipes]05-test_rand.t line 33. Useless use of numeric eq (==) in void context at [.test.recipes]05-test_rand.t line 39. Replacing 'and' with '&&' in these two cases fixes the problem. Replacing Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22331) (cherry picked from commit 715242b1ca2b7267a70fb13c3544a84b947a6e81)
Diffstat (limited to 'crypto/dsa')
0 files changed, 0 insertions, 0 deletions