提交 45d3767d 编写于 作者: D Dr. Stephen Henson

Prevent signed/unsigned warning on VC++

上级 8671b898
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册