mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
Errors not printed when OPENSSL_NO_STDIO is set (#1774)
Signed-off-by: Bence Mali <bence.mali@tresorit.com>
This commit is contained in:
parent
9c097d997c
commit
7eecda6095
@ -39,7 +39,9 @@ __declspec(noreturn)
|
||||
__attribute__((noreturn))
|
||||
# endif
|
||||
static void handleErrors(void) {
|
||||
#ifndef OPENSSL_NO_STDIO
|
||||
OSSL_FUNC(ERR_print_errors_fp)(stderr);
|
||||
#endif
|
||||
abort();
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user