summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-16 11:14:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-16 11:14:55 +0000
commitf99c9daa390389a0a45e7995757d080692cccba9 (patch)
tree2926e5cef70a620e5e0c927a0007991ce3146e1d /ssl/ssl_locl.h
parent019b3f3e5a180946f29120ed0c589b9be67478ce (diff)
Make the stuff compile again, fix missing prototype warnings.
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index c2e74f18bc..2b362a48ea 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -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);
+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 */