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:
71d3eaf
)
Fix warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 21 Apr 2009 15:11:59 +0000
(15:11 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 21 Apr 2009 15:11:59 +0000
(15:11 +0000)
ssl/d1_pkt.c
patch
|
blob
|
history
diff --git
a/ssl/d1_pkt.c
b/ssl/d1_pkt.c
index 918dc70798eac91a112c5f9fd4b1af948175655a..00b3911b279753905ebe500fd9cb968d53ae1429 100644
(file)
--- a/
ssl/d1_pkt.c
+++ b/
ssl/d1_pkt.c
@@
-1067,7
+1067,7
@@
start:
if (rr->type == SSL3_RT_CHANGE_CIPHER_SPEC)
{
struct ccs_header_st ccs_hdr;
- int ccs_hdr_len = DTLS1_CCS_HEADER_LENGTH;
+
unsigned
int ccs_hdr_len = DTLS1_CCS_HEADER_LENGTH;
dtls1_get_ccs_header(rr->data, &ccs_hdr);