Skip to content

Commit

Permalink
release v1.4.40-1680012410
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyperTHC committed Mar 28, 2023
1 parent 4670668 commit 0178c4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion lib/gsocket-engine.c
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion tools/man_gs-netcat.h
Expand Up @@ -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\
";

0 comments on commit 0178c4b

Please sign in to comment.