commit | 20a90e3a76135c34b4988ba3cc2835603d98639a | [log] [tgz] |
---|---|---|
author | Geoff Thorpe <geoff@openssl.org> | Fri Jul 22 03:36:30 2005 +0000 |
committer | Geoff Thorpe <geoff@openssl.org> | Fri Jul 22 03:36:30 2005 +0000 |
tree | 9e41e61db2abf5c8afa5a609711d2f5c9594b88c | |
parent | 17a2994dbd83929d89ae452f77f4b6b1d073df46 [diff] [blame] |
Fix some signed/unsigned warnings.
diff --git a/ssl/d1_clnt.c b/ssl/d1_clnt.c index c0247fa..deeb50d 100644 --- a/ssl/d1_clnt.c +++ b/ssl/d1_clnt.c
@@ -541,7 +541,7 @@ { unsigned char *buf; unsigned char *p,*d; - int i,j; + unsigned int i,j; unsigned long Time,l; SSL_COMP *comp;