Fixed memory leak due to incorrect freeing of DTLS reassembly bit mask
[openssl.git] / ssl / ssl_locl.h
index f779af6aa386e6ff81cc2eac7303bafd69f70c15..ed0a1584b338cdb6ad9c457e7658833b15576d5c 100644 (file)
@@ -1202,6 +1202,7 @@ int dtls1_is_timer_expired(SSL *s);
 void dtls1_double_timeout(SSL *s);
 int dtls1_send_newsession_ticket(SSL *s);
 unsigned int dtls1_min_mtu(void);
+void dtls1_hm_fragment_free(hm_fragment *frag);
 
 /* some client-only functions */
 int ssl3_client_hello(SSL *s);