summaryrefslogtreecommitdiffstats
path: root/ssl/dtls1.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-31 23:00:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-31 23:00:36 +0000
commitbd6941cfaa31ee8a3f8661cb98227a5cbcc0f9f3 (patch)
tree218fef78d2db96f5eb399893de2f44f448c58a84 /ssl/dtls1.h
parent578519edd0d0a810a11bfb7baede0f7b99c7d92b (diff)
PR: 2658
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Support for TLS/DTLS heartbeats.
Diffstat (limited to 'ssl/dtls1.h')
-rw-r--r--ssl/dtls1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/dtls1.h b/ssl/dtls1.h
index f68a10f196..5008bf6081 100644
--- a/ssl/dtls1.h
+++ b/ssl/dtls1.h
@@ -232,7 +232,7 @@ typedef struct dtls1_state_st
struct dtls1_timeout_st timeout;
- /* Indicates when the last handshake msg sent will timeout */
+ /* Indicates when the last handshake msg or heartbeat sent will timeout */
struct timeval next_timeout;
/* Timeout duration */