summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/s_server.c')
-rw-r--r--src/usr.bin/openssl/s_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/s_server.c b/src/usr.bin/openssl/s_server.c
index f56042a4b4..3c9059c2c5 100644
--- a/src/usr.bin/openssl/s_server.c
+++ b/src/usr.bin/openssl/s_server.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s_server.c,v 1.61 2025/01/02 13:10:03 tb Exp $ */ 1/* $OpenBSD: s_server.c,v 1.62 2026/08/30 23:03:33 jsg Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1583,7 +1583,7 @@ sv_body(int s, unsigned char *context)
1583 1583
1584 if (SSL_is_dtls(con) && 1584 if (SSL_is_dtls(con) &&
1585 DTLSv1_handle_timeout(con) > 0) 1585 DTLSv1_handle_timeout(con) > 0)
1586 BIO_printf(bio_err, "TIMEOUT occured\n"); 1586 BIO_printf(bio_err, "TIMEOUT occurred\n");
1587 if (i <= 0) 1587 if (i <= 0)
1588 continue; 1588 continue;
1589 if (pfd[0].revents) { 1589 if (pfd[0].revents) {