fix WIN32 warnings

This commit is contained in:
Dr. Stephen Henson
2014-02-20 22:37:33 +00:00
parent c74ce24cd2
commit b709f8ef54
3 changed files with 3 additions and 3 deletions

View 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;