summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bss_dgram.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bio/bss_dgram.c')
-rw-r--r--src/lib/libcrypto/bio/bss_dgram.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bss_dgram.c b/src/lib/libcrypto/bio/bss_dgram.c
index fa6e2db917..0d70daa20e 100644
--- a/src/lib/libcrypto/bio/bss_dgram.c
+++ b/src/lib/libcrypto/bio/bss_dgram.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bss_dgram.c,v 1.43 2022/01/07 09:02:17 tb Exp $ */ 1/* $OpenBSD: bss_dgram.c,v 1.44 2022/12/26 07:18:51 jmc Exp $ */
2/* 2/*
3 * DTLS implementation written by Nagendra Modadugu 3 * DTLS implementation written by Nagendra Modadugu
4 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. 4 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
@@ -214,7 +214,7 @@ dgram_adjust_rcv_timeout(BIO *b)
214 timeleft.tv_usec = 1; 214 timeleft.tv_usec = 1;
215 } 215 }
216 216
217 /* Adjust socket timeout if next handhake message timer 217 /* Adjust socket timeout if next handshake message timer
218 * will expire earlier. 218 * will expire earlier.
219 */ 219 */
220 if ((data->socket_timeout.tv_sec == 0 && 220 if ((data->socket_timeout.tv_sec == 0 &&