fix WIN32 warnings
[openssl.git] / ssl / s3_clnt.c
index f5ed658d10374c1dca049256906d95344aeec383..12fac10d0826d386c4480eb9acd331579a69f2a9 100644 (file)
@@ -3714,7 +3714,7 @@ int tls1_get_server_supplemental_data(SSL *s)
        long n;
        const unsigned char *p, *d;
        unsigned short supp_data_entry_type = 0;
-       unsigned long supp_data_entry_len = 0;
+       unsigned short supp_data_entry_len = 0;
        unsigned long supp_data_len = 0;
        size_t i;
        int cb_retval = 0;