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:
81f28ca
)
Fix VC++ warning (change had already been made to other branches).
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 26 Jan 2010 13:24:08 +0000
(13:24 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 26 Jan 2010 13:24:08 +0000
(13:24 +0000)
ssl/d1_both.c
patch
|
blob
|
history
diff --git
a/ssl/d1_both.c
b/ssl/d1_both.c
index 3b9c7567b55b7d4e7776ac15b66dc1cd8d01300a..0a5c08d71395eaa2e1fc3e1494619815d8b50a38 100644
(file)
--- a/
ssl/d1_both.c
+++ b/
ssl/d1_both.c
@@
-988,7
+988,7
@@
dtls1_retransmit_buffered_messages(SSL *s)
{
frag = (hm_fragment *)item->data;
if ( dtls1_retransmit_message(s,
- dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs),
+
(unsigned short)
dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs),
0, &found) <= 0 && found)
{
fprintf(stderr, "dtls1_retransmit_message() failed\n");