X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=44d9d9ad55e735cd2c12accba9a043543e52feba;hb=d2add2efaa2df50063c7aa6d849525dfe1c1d6da;hp=ad5dc7104937299fee9678faff006b8e863356c4;hpb=e7f8ff43826494896548d054ee8dbb96367f00af;p=openssl.git diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index ad5dc71049..44d9d9ad55 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -988,6 +988,7 @@ void dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr); void dtls1_reset_seq_numbers(SSL *s, int rw); long dtls1_default_timeout(void); struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft); +int dtls1_check_timeout_num(SSL *s); int dtls1_handle_timeout(SSL *s); const SSL_CIPHER *dtls1_get_cipher(unsigned int u); void dtls1_start_timer(SSL *s);