summaryrefslogtreecommitdiffstats
path: root/ssl/dtls1.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-06-05 14:46:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-06-05 14:46:49 +0000
commit4e63da06698fd217d89a5ec39fd0c7b26dc8d0c0 (patch)
tree802cf1019da632b42e72ee83b0eab381e8e58b60 /ssl/dtls1.h
parent15b0a5651c78c7a7372497819f983541d3d2d9c4 (diff)
PR: 1950
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve@openssl.org DTLS fragment retransmission bug.
Diffstat (limited to 'ssl/dtls1.h')
-rw-r--r--ssl/dtls1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/dtls1.h b/ssl/dtls1.h
index 2fe0405011..73af56d45c 100644
--- a/ssl/dtls1.h
+++ b/ssl/dtls1.h
@@ -231,6 +231,7 @@ typedef struct dtls1_state_st
unsigned int handshake_fragment_len;
unsigned int retransmitting;
+ unsigned int change_cipher_spec_ok;
} DTLS1_STATE;