]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/record/record.h
Version negotiation rewrite cleanup
[thirdparty/openssl.git] / ssl / record / record.h
index a778998196d443f37bd76cc3824b22e29ad51eec..cf1607ccb49ec74a1251086ef53eda492ab7abfa 100644 (file)
@@ -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);