]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix test_errstr for VMS
authorRichard Levitte <levitte@openssl.org>
Wed, 16 Jun 2021 04:46:45 +0000 (06:46 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 26 Jun 2021 04:43:08 +0000 (06:43 +0200)
commite7137c8497234e442f0a2639c43453b5baea7695
treec370f67f9a149e2fba46a2a7451ac8eaf9dadd42
parent89fe295257f374647122f73776ddb34555c543f0
Fix test_errstr for VMS

Occasionally, we get an error code on VMS that doesn't translate
into POSIX, and the error string reflects that

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