]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/recipes/02-test_errstr.t: Do not test negative system error codes
authorRichard Levitte <levitte@openssl.org>
Tue, 6 Apr 2021 13:30:38 +0000 (15:30 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 7 Apr 2021 20:09:58 +0000 (22:09 +0200)
commit41385f2708d08155d56ce08dce494152e225069e
tree8ef96dc14f1a9ccd95def9708dd45edff5313383
parent014498fff9ee2e71dfdd82978b8896b05c9c8cb0
test/recipes/02-test_errstr.t: Do not test negative system error codes

It's been deemed unlikely that these will end up in OpenSSL error
records, so we simply don't test them if they happen to be among the
error codes that perl has support for.

Fixes #14763

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14779)
test/recipes/02-test_errstr.t