]> git.ipfire.org Git - thirdparty/openssl.git/commit
Runchecker fix for the no-autoerrinit build
authorPauli <pauli@openssl.org>
Thu, 22 Apr 2021 01:04:28 +0000 (11:04 +1000)
committerTomas Mraz <tomas@openssl.org>
Fri, 23 Apr 2021 09:25:25 +0000 (11:25 +0200)
commit582043dae7c283cb9f116946a7a1df0c53b5f192
treef49cd587e8d0084b4874795ba1d8d78f3ea50f08
parent9c11e8ec1f20959a174b7a8a37da67eecf65d28b
Runchecker fix for the no-autoerrinit build

In this case, there was a slight different error output format that wasn't
being accounted for in the error test.

Fixes #14961

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14976)
test/errtest.c