diff options
Diffstat (limited to 'src/lib/libssl/d1_both.c')
-rw-r--r-- | src/lib/libssl/d1_both.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/d1_both.c b/src/lib/libssl/d1_both.c index 2dc26e38cb..bff683d06c 100644 --- a/src/lib/libssl/d1_both.c +++ b/src/lib/libssl/d1_both.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: d1_both.c,v 1.30 2014/11/16 14:12:47 jsing Exp $ */ | 1 | /* $OpenBSD: d1_both.c,v 1.31 2014/12/14 16:07:26 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
@@ -1140,6 +1140,8 @@ dtls1_buffer_message(SSL *s, int is_ccs) | |||
1140 | hm_fragment *frag; | 1140 | hm_fragment *frag; |
1141 | unsigned char seq64be[8]; | 1141 | unsigned char seq64be[8]; |
1142 | 1142 | ||
1143 | /* Buffer the messsage in order to handle DTLS retransmissions. */ | ||
1144 | |||
1143 | /* | 1145 | /* |
1144 | * This function is called immediately after a message has | 1146 | * This function is called immediately after a message has |
1145 | * been serialized | 1147 | * been serialized |