]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/ssl_locl.h
Prevent signed/unsigned warning on VC++
[thirdparty/openssl.git] / ssl / ssl_locl.h
index 0238676ff3949ff9e43e68c7dfb02f7851560d84..e3cb05e2f6b4e0dc9125704cc707769fc52c21d3 100644 (file)
@@ -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;