Fix some signed/unsigned warnings.

This commit is contained in:
Geoff Thorpe
2005-07-22 03:36:30 +00:00
parent 17a2994dbd
commit 20a90e3a76
3 changed files with 9 additions and 5 deletions

View File

@@ -541,7 +541,7 @@ int dtls1_client_hello(SSL *s)
{
unsigned char *buf;
unsigned char *p,*d;
int i,j;
unsigned int i,j;
unsigned long Time,l;
SSL_COMP *comp;