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:
8671b89
)
Prevent signed/unsigned warning on VC++
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 3 Jun 2008 10:17:45 +0000
(10:17 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 3 Jun 2008 10:17:45 +0000
(10:17 +0000)
ssl/ssl_locl.h
patch
|
blob
|
history
diff --git
a/ssl/ssl_locl.h
b/ssl/ssl_locl.h
index 0238676ff3949ff9e43e68c7dfb02f7851560d84..e3cb05e2f6b4e0dc9125704cc707769fc52c21d3 100644
(file)
--- a/
ssl/ssl_locl.h
+++ b/
ssl/ssl_locl.h
@@
-565,7
+565,7
@@
typedef struct ssl3_comp_st
typedef struct ssl3_buf_freelist_st
{
size_t chunklen;
- int len;
+
unsigned
int len;
struct ssl3_buf_freelist_entry_st *head;
} SSL3_BUF_FREELIST;