summaryrefslogtreecommitdiff
path: root/src/lib/libssl
diff options
context:
space:
mode:
authorjsg <>2026-05-25 13:34:58 +0000
committerjsg <>2026-05-25 13:34:58 +0000
commit168a50f5ac6e98a8890e905e1d4dd66bbca0a857 (patch)
tree5f712ab83e03b2e803d1f9788968102fb285e954 /src/lib/libssl
parent7b5e6863449dfb0aa2524a9a0c0aad660701699a (diff)
downloadopenbsd-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.h3
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);
208struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft); 208struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft);
209int dtls1_check_timeout_num(SSL *s); 209int dtls1_check_timeout_num(SSL *s);
210int dtls1_handle_timeout(SSL *s); 210int dtls1_handle_timeout(SSL *s);
211const SSL_CIPHER *dtls1_get_cipher(unsigned int u);
212void dtls1_start_timer(SSL *s); 211void dtls1_start_timer(SSL *s);
213void dtls1_stop_timer(SSL *s); 212void dtls1_stop_timer(SSL *s);
214int dtls1_is_timer_expired(SSL *s); 213int dtls1_is_timer_expired(SSL *s);