summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/d1_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/d1_lib.c b/src/lib/libssl/d1_lib.c
index fa546b381c..7f6dd1d1c5 100644
--- a/src/lib/libssl/d1_lib.c
+++ b/src/lib/libssl/d1_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: d1_lib.c,v 1.66 2026/05/16 08:20:41 jsing Exp $ */ 1/* $OpenBSD: d1_lib.c,v 1.67 2026/08/30 12:23:16 kenjiro 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.
@@ -233,7 +233,7 @@ dtls1_clear(SSL *s)
233long 233long
234dtls1_ctrl(SSL *s, int cmd, long larg, void *parg) 234dtls1_ctrl(SSL *s, int cmd, long larg, void *parg)
235{ 235{
236 int ret = 0; 236 long ret = 0;
237 237
238 switch (cmd) { 238 switch (cmd) {
239 case DTLS_CTRL_GET_TIMEOUT: 239 case DTLS_CTRL_GET_TIMEOUT: