Skip to content

Commit

Permalink
Merge pull request Tongsuo-Project#581 from dongbeiouba/fix/ci
Browse files Browse the repository at this point in the history
Fix daily checker issue
  • Loading branch information
InfoHunter authored Mar 1, 2024
2 parents da0fa86 + 372529c commit b833382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssl/ssl_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,9 @@ static void trace_cb(int write_p, int version, int content_type,
{
BIO *bio = NULL;
if (arg == NULL) {
#ifndef OPENSSL_NO_STDIO
bio = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT);
#endif
if (bio == NULL)
return;

Expand Down

0 comments on commit b833382

Please sign in to comment.