fix WIN32 warnings
[openssl.git] / ssl / s3_srvr.c
index 7dc085b647f891db243736e9cf50b9c19140b585..3f43dcc4be4fef96c3322e0ba50fe2e104827836 100644 (file)
@@ -3806,7 +3806,7 @@ int tls1_get_client_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 = 0;