summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2020-01-29 17:08:50 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2020-01-29 17:08:50 +0000
commit560e12c283e6a4b6463ce1069a4e59f63a9437a0 (patch)
tree962bb60825f269a0678681e8168bb2a18d9a0427 /lib/libssl
parentabcc11ee107d76794b0ac58c53ed831df3cabe61 (diff)
Remove dead prototypes.
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/ssl_locl.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libssl/ssl_locl.h b/lib/libssl/ssl_locl.h
index cd6f13d127d..6c33ec9743e 100644
--- a/lib/libssl/ssl_locl.h
+++ b/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_locl.h,v 1.256 2020/01/23 10:48:37 jsing Exp $ */
+/* $OpenBSD: ssl_locl.h,v 1.257 2020/01/29 17:08:49 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -1354,15 +1354,6 @@ long ssl_get_algorithm2(SSL *s);
int tls1_check_ec_server_key(SSL *s);
-int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p,
- int *len, int maxlen);
-int ssl_parse_clienthello_use_srtp_ext(SSL *s, const unsigned char *d,
- int len, int *al);
-int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p,
- int *len, int maxlen);
-int ssl_parse_serverhello_use_srtp_ext(SSL *s, const unsigned char *d,
- int len, int *al);
-
/* s3_cbc.c */
void ssl3_cbc_copy_mac(unsigned char *out, const SSL3_RECORD *rec,
unsigned md_size, unsigned orig_len);