diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/dtls_local.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/dtls_local.h b/src/lib/libssl/dtls_local.h index 8691663eb3..a3d7f88615 100644 --- a/src/lib/libssl/dtls_local.h +++ b/src/lib/libssl/dtls_local.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: dtls_local.h,v 1.5 2026/05/16 08:20:41 jsing Exp $ */ | 1 | /* $OpenBSD: dtls_local.h,v 1.6 2026/05/25 13:34:58 jsg 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. |
| @@ -208,7 +208,6 @@ void dtls1_reset_read_seq_numbers(SSL *s); | |||
| 208 | struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft); | 208 | struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft); |
| 209 | int dtls1_check_timeout_num(SSL *s); | 209 | int dtls1_check_timeout_num(SSL *s); |
| 210 | int dtls1_handle_timeout(SSL *s); | 210 | int dtls1_handle_timeout(SSL *s); |
| 211 | const SSL_CIPHER *dtls1_get_cipher(unsigned int u); | ||
| 212 | void dtls1_start_timer(SSL *s); | 211 | void dtls1_start_timer(SSL *s); |
| 213 | void dtls1_stop_timer(SSL *s); | 212 | void dtls1_stop_timer(SSL *s); |
| 214 | int dtls1_is_timer_expired(SSL *s); | 213 | int dtls1_is_timer_expired(SSL *s); |
