aboutsummaryrefslogtreecommitdiff
path: root/ssl/record/record.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-03-31 13:57:46 +0100
committerMatt Caswell <matt@openssl.org>2015-05-16 09:20:38 +0100
commita3680c8f9c33d4190c367572645980ccdb9d5bbf (patch)
tree9f3d8c4400d5fe070f3ef3a306a42d34f10bf65c /ssl/record/record.h
parent13c9bb3ecec5f847b4c5295249e039d386e2d10e (diff)
downloadopenssl-a3680c8f9c33d4190c367572645980ccdb9d5bbf.zip
openssl-a3680c8f9c33d4190c367572645980ccdb9d5bbf.tar.gz
openssl-a3680c8f9c33d4190c367572645980ccdb9d5bbf.tar.bz2
Version negotiation rewrite cleanup
Following the version negotiation rewrite all of the previous code that was dedicated to version negotiation can now be deleted - all six source files of it!! Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'ssl/record/record.h')
-rw-r--r--ssl/record/record.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/record/record.h b/ssl/record/record.h
index a778998..cf1607c 100644
--- a/ssl/record/record.h
+++ b/ssl/record/record.h
@@ -328,8 +328,6 @@ int RECORD_LAYER_setup_comp_buffer(RECORD_LAYER *rl);
int RECORD_LAYER_is_sslv2_record(RECORD_LAYER *rl);
int RECORD_LAYER_get_rrec_length(RECORD_LAYER *rl);
__owur int ssl3_pending(const SSL *s);
-__owur int ssl23_read_bytes(SSL *s, int n);
-__owur int ssl23_write_bytes(SSL *s);
__owur int ssl3_write_bytes(SSL *s, int type, const void *buf, int len);
__owur int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
unsigned int len, int create_empty_fragment);