mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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)
This commit is contained in:
parent
9c11e8ec1f
commit
582043dae7
@ -74,8 +74,12 @@ static int test_print_error_format(void)
|
||||
goto err;
|
||||
}
|
||||
|
||||
# ifndef OPENSSL_NO_ERR
|
||||
# if !defined(OPENSSL_NO_ERR)
|
||||
# if defined(OPENSSL_NO_AUTOERRINIT)
|
||||
lib = "lib(2)";
|
||||
# else
|
||||
lib = "system library";
|
||||
# endif
|
||||
reason = strerror(syserr);
|
||||
# else
|
||||
lib = "lib(2)";
|
||||
|
Loading…
x
Reference in New Issue
Block a user