diff options
| author | jsg <> | 2026-05-25 13:34:58 +0000 |
|---|---|---|
| committer | jsg <> | 2026-05-25 13:34:58 +0000 |
| commit | 168a50f5ac6e98a8890e905e1d4dd66bbca0a857 (patch) | |
| tree | 5f712ab83e03b2e803d1f9788968102fb285e954 /src/lib/libssl | |
| parent | 7b5e6863449dfb0aa2524a9a0c0aad660701699a (diff) | |
| download | openbsd-168a50f5ac6e98a8890e905e1d4dd66bbca0a857.tar.gz openbsd-168a50f5ac6e98a8890e905e1d4dd66bbca0a857.tar.bz2 openbsd-168a50f5ac6e98a8890e905e1d4dd66bbca0a857.zip | |
remove prototype for removed dtls1_get_cipher()
ok jsing@
Diffstat (limited to 'src/lib/libssl')
| -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); |
