Skip to content

Commit

Permalink
Revert "explicit error clearing when no printing"
Browse files Browse the repository at this point in the history
This reverts commit 1b91ea5.
  • Loading branch information
bencemali committed Apr 29, 2024
1 parent 1b91ea5 commit e5ba471
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/rand/rand_nist.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ __attribute__((noreturn))
static void handleErrors(void) {
#ifndef OPENSSL_NO_STDIO
OSSL_FUNC(ERR_print_errors_fp)(stderr);
#else
ERR_clear_error();
#endif
abort();
}
Expand Down

0 comments on commit e5ba471

Please sign in to comment.