Update from 1.0.0 stable branch.
[openssl.git] / ssl / ssl_locl.h
index c2e74f18bca0c8e0d0040be37f5793096d581664..2b362a48ea1cd602f09c51619a6e1eb3187fa84e 100644 (file)
@@ -944,6 +944,10 @@ void dtls1_reset_seq_numbers(SSL *s, int rw);
 long dtls1_default_timeout(void);
 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft);
 const SSL_CIPHER *dtls1_get_cipher(unsigned int u);
 long dtls1_default_timeout(void);
 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft);
 const SSL_CIPHER *dtls1_get_cipher(unsigned int u);
+void dtls1_start_timer(SSL *s);
+void dtls1_stop_timer(SSL *s);
+int dtls1_is_timer_expired(SSL *s);
+void dtls1_double_timeout(SSL *s);
 
 
 /* some client-only functions */
 
 
 /* some client-only functions */