diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 0238676ff..e3cb05e2f 100644 --- 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;