X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=4079b31637b9a58a9ac7b665d09e32ff9432dcb6;hb=f7358595369fe08c26c95d37394f16be503524cf;hp=6fba98325a26f35a7773c645c88c12225202f072;hpb=a230b26e0959dc5f072fbbdadcc9ed45e904c50c;p=oweals%2Fopenssl.git diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 6fba98325a..4079b31637 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1923,7 +1923,8 @@ __owur int dtls1_buffer_message(SSL *s, int ccs); __owur int dtls1_retransmit_message(SSL *s, unsigned short seq, int *found); __owur int dtls1_get_queue_priority(unsigned short seq, int is_ccs); int dtls1_retransmit_buffered_messages(SSL *s); -void dtls1_clear_record_buffer(SSL *s); +void dtls1_clear_received_buffer(SSL *s); +void dtls1_clear_sent_buffer(SSL *s); void dtls1_get_message_header(unsigned char *data, struct hm_header_st *msg_hdr); __owur long dtls1_default_timeout(void);