summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2021-01-21 18:48:56 +0000
committerjsing <jsing@openbsd.org>2021-01-21 18:48:56 +0000
commit10990a7dbe232a2965f8ede23851b8fe67233b77 (patch)
tree331c5e510ff7d1ad50dc1fcf5d6b2a0e48eb61bf /lib/libssl/ssl_locl.h
parentPledge violation for SO_RTABLE prints "wroute" now. Adapt test. (diff)
downloadwireguard-openbsd-10990a7dbe232a2965f8ede23851b8fe67233b77.tar.xz
wireguard-openbsd-10990a7dbe232a2965f8ede23851b8fe67233b77.zip
Mop up unused dtls1_build_sequence_number() function.
Diffstat (limited to 'lib/libssl/ssl_locl.h')
-rw-r--r--lib/libssl/ssl_locl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/ssl_locl.h b/lib/libssl/ssl_locl.h
index 5a3e3ff7260..01f2ebbab1c 100644
--- a/lib/libssl/ssl_locl.h
+++ b/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_locl.h,v 1.315 2021/01/19 19:07:39 jsing Exp $ */
+/* $OpenBSD: ssl_locl.h,v 1.316 2021/01/21 18:48:57 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -1276,8 +1276,6 @@ int dtls1_get_message_header(unsigned char *data,
struct hm_header_st *msg_hdr);
void dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr);
void dtls1_reset_seq_numbers(SSL *s, int rw);
-void dtls1_build_sequence_number(unsigned char *dst, unsigned char *seq,
- unsigned short epoch);
struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft);
int dtls1_check_timeout_num(SSL *s);
int dtls1_handle_timeout(SSL *s);