diff --git a/configure.ac b/configure.ac index df63259a..ca9197d8 100755 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this File with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([gsocket],[1.4.39]) +AC_INIT([gsocket],[1.4.40]) AC_CONFIG_AUX_DIR(config) AC_CANONICAL_TARGET diff --git a/lib/gsocket-engine.c b/lib/gsocket-engine.c index 28c6e6e7..f6ceb15e 100644 --- a/lib/gsocket-engine.c +++ b/lib/gsocket-engine.c @@ -1960,7 +1960,7 @@ GS_read(GS *gsocket, void *buf, size_t count) { err = SSL_get_error(gsocket->ssl, len); DEBUGF_Y("fd=%d, SSL Error: ret = %zd, err = %d (%s) %s\n", gsocket->fd, len, err, GS_SSL_strerror(err), strerror(errno)); - ERR_print_errors_fp(stderr); + gs_set_errorf(gsocket, "SSL: %s", ERR_error_string(err, NULL)); } #endif } else { diff --git a/tools/man_gs-netcat.h b/tools/man_gs-netcat.h index fd880f03..47ba5a57 100644 --- a/tools/man_gs-netcat.h +++ b/tools/man_gs-netcat.h @@ -286,5 +286,5 @@ BUGS\n\ whatever circumstances, please notify me (skyper@thc.org) and tell me how\n\ you think it should behave.\n\ \n\ -macOS 13.0 October 8, 2020 macOS 13.0\n\ +macOS 13.2 October 8, 2020 macOS 13.2\n\ ";