commit | 9289f21b7d2985087c826188bd2efc92cbd9cb85 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Sat May 16 11:15:42 2009 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Sat May 16 11:15:42 2009 +0000 |
tree | 9dd5376125b389082c9993e2ea128a3f10dc46ee | |
parent | d3d4f9f5e9c592c661604d0f5995e6ac2f8507e9 [diff] [blame] |
Update from 1.0.0 stable branch.
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index c2e74f1..2b362a4 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h
@@ -944,6 +944,10 @@ 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 */