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:
7bba401
)
Undo the previous change, it was incorrect in this branch.
author
Richard Levitte
<levitte@openssl.org>
Tue, 13 Apr 2010 11:10:07 +0000
(11:10 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 13 Apr 2010 11:10:07 +0000
(11:10 +0000)
ssl/d1_pkt.c
patch
|
blob
|
history
diff --git
a/ssl/d1_pkt.c
b/ssl/d1_pkt.c
index 3d5b32e97855be1d3a300ea155988aa97a58be2f..20d24b6fd8da186f911a8bec9b7b94f740ef78ed 100644
(file)
--- a/
ssl/d1_pkt.c
+++ b/
ssl/d1_pkt.c
@@
-673,7
+673,7
@@
again:
{
if (SSL_in_init(s) || s->in_handshake)
{
- dtls1_buffer_record(s, &(s->d1->unprocessed_rcds),
&
rr->seq_num);
+ dtls1_buffer_record(s, &(s->d1->unprocessed_rcds), rr->seq_num);
}
rr->length = 0;
s->packet_length = 0;
@@
-809,7
+809,7
@@
start:
* buffer the application data for later processing rather
* than dropping the connection.
*/
- dtls1_buffer_record(s, &(s->d1->buffered_app_data),
&
rr->seq_num);
+ dtls1_buffer_record(s, &(s->d1->buffered_app_data), rr->seq_num);
rr->length = 0;
goto start;
}