projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67d8ab0
)
Stop gcc bracket warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 5 Jun 2009 14:57:10 +0000
(14:57 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 5 Jun 2009 14:57:10 +0000
(14:57 +0000)
ssl/d1_both.c
patch
|
blob
|
history
diff --git
a/ssl/d1_both.c
b/ssl/d1_both.c
index 7039d05f0e21862bee5ec980d7a08c34ac4bb57a..a56586f4e938ceb26a8312335feed663d6a7e1f5 100644
(file)
--- a/
ssl/d1_both.c
+++ b/
ssl/d1_both.c
@@
-575,7
+575,7
@@
dtls1_process_out_of_seq_message(SSL *s, struct hm_header_st* msg_hdr, int *ok)
*/
if (msg_hdr->seq <= s->d1->handshake_read_seq ||
msg_hdr->seq > s->d1->handshake_read_seq + 10 || item != NULL ||
-
s->d1->handshake_read_seq == 0 && msg_hdr->type == SSL3_MT_FINISHED
)
+
(s->d1->handshake_read_seq == 0 && msg_hdr->type == SSL3_MT_FINISHED)
)
{
unsigned char devnull [256];