summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2020-01-29 17:08:49 +0000
committerjsing <>2020-01-29 17:08:49 +0000
commita9c1dd59a3357c18bee994783c7c8ed45d3e593a (patch)
tree0fc64ee1107c6d7547f89238abea0820a67862ca
parent78553a4afddc4fe2a3045137470161d40051ec5a (diff)
downloadopenbsd-a9c1dd59a3357c18bee994783c7c8ed45d3e593a.tar.gz
openbsd-a9c1dd59a3357c18bee994783c7c8ed45d3e593a.tar.bz2
openbsd-a9c1dd59a3357c18bee994783c7c8ed45d3e593a.zip
Remove dead prototypes.
-rw-r--r--src/lib/libssl/ssl_locl.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index cd6f13d127..6c33ec9743 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_locl.h,v 1.256 2020/01/23 10:48:37 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.257 2020/01/29 17:08:49 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1354,15 +1354,6 @@ long ssl_get_algorithm2(SSL *s);
1354 1354
1355int tls1_check_ec_server_key(SSL *s); 1355int tls1_check_ec_server_key(SSL *s);
1356 1356
1357int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p,
1358 int *len, int maxlen);
1359int ssl_parse_clienthello_use_srtp_ext(SSL *s, const unsigned char *d,
1360 int len, int *al);
1361int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p,
1362 int *len, int maxlen);
1363int ssl_parse_serverhello_use_srtp_ext(SSL *s, const unsigned char *d,
1364 int len, int *al);
1365
1366/* s3_cbc.c */ 1357/* s3_cbc.c */
1367void ssl3_cbc_copy_mac(unsigned char *out, const SSL3_RECORD *rec, 1358void ssl3_cbc_copy_mac(unsigned char *out, const SSL3_RECORD *rec,
1368 unsigned md_size, unsigned orig_len); 1359 unsigned md_size, unsigned orig_len);