From f920c5b590e3317fa740ca62fd87dbcd60978a16 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Tue, 26 Jul 2005 04:25:05 +0000 Subject: Fix signed/unsigned warnings. --- ssl/d1_both.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/d1_both.c') diff --git a/ssl/d1_both.c b/ssl/d1_both.c index dfe2bab88c..a584511c84 100644 --- a/ssl/d1_both.c +++ b/ssl/d1_both.c @@ -1228,7 +1228,7 @@ dtls1_min_mtu(void) static unsigned int dtls1_guess_mtu(unsigned int curr_mtu) { - int i; + unsigned int i; if ( curr_mtu == 0 ) return g_probable_mtu[0] ; -- cgit v1.2.3