summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-03-09 15:52:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-03-09 15:52:20 +0000
commitce1605b508c96d01ef9cd7ea4cc3a7c83b137ab6 (patch)
treeea7fb0b88f3a0ba1dff736fa7b05aca4020affd3 /ssl/ssl_locl.h
parent66fdb1c0d42ad45382155d93e3f53f6ee64609cb (diff)
PR: 2756
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Fix DTLS timeout handling.
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index ec4c3f0722..d87fd51cfa 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -965,6 +965,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);