mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Prevent signed/unsigned warning on VC++
This commit is contained in:
parent
8671b89860
commit
45d3767d28
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user