Fix some signed/unsigned warnings.
[openssl.git] / ssl / d1_clnt.c
index c0247faa9882b5c2d432b1885de0f0d3bf510785..deeb50da3d23d058f6253b91d2e37a5e5f155595 100644 (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;