summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2017-10-12 15:44:18 +0000
committerjsing <>2017-10-12 15:44:18 +0000
commit791837ff802d1b53615622a89e9ac0b79a61eb27 (patch)
treefb3d04c4b0b547b9a36703ef4849369cd330ee65
parent9c59cae1f2e821b56a1ee2ead7de3b84d536c120 (diff)
downloadopenbsd-791837ff802d1b53615622a89e9ac0b79a61eb27.tar.gz
openbsd-791837ff802d1b53615622a89e9ac0b79a61eb27.tar.bz2
openbsd-791837ff802d1b53615622a89e9ac0b79a61eb27.zip
Drop prototypes for ssl23_*() functions, which no longer exist.
-rw-r--r--src/lib/libssl/ssl_locl.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 92667ec125..5e3872ba49 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.198 2017/10/11 17:35:00 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.199 2017/10/12 15:44:18 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 *
@@ -1150,11 +1150,6 @@ int ssl3_record_write(SSL *s, int type);
1150void tls1_record_sequence_increment(unsigned char *seq); 1150void tls1_record_sequence_increment(unsigned char *seq);
1151int ssl3_do_change_cipher_spec(SSL *ssl); 1151int ssl3_do_change_cipher_spec(SSL *ssl);
1152 1152
1153int ssl23_read(SSL *s, void *buf, int len);
1154int ssl23_peek(SSL *s, void *buf, int len);
1155int ssl23_write(SSL *s, const void *buf, int len);
1156long ssl23_default_timeout(void);
1157
1158long tls1_default_timeout(void); 1153long tls1_default_timeout(void);
1159int dtls1_do_write(SSL *s, int type); 1154int dtls1_do_write(SSL *s, int type);
1160int ssl3_packet_read(SSL *s, int plen); 1155int ssl3_packet_read(SSL *s, int plen);
@@ -1224,11 +1219,6 @@ int ssl3_get_client_certificate(SSL *s);
1224int ssl3_get_client_key_exchange(SSL *s); 1219int ssl3_get_client_key_exchange(SSL *s);
1225int ssl3_get_cert_verify(SSL *s); 1220int ssl3_get_cert_verify(SSL *s);
1226 1221
1227int ssl23_accept(SSL *s);
1228int ssl23_connect(SSL *s);
1229int ssl23_read_bytes(SSL *s, int n);
1230int ssl23_write_bytes(SSL *s);
1231
1232int tls1_new(SSL *s); 1222int tls1_new(SSL *s);
1233void tls1_free(SSL *s); 1223void tls1_free(SSL *s);
1234void tls1_clear(SSL *s); 1224void tls1_clear(SSL *s);