fix function name in error
[openssl.git] / ssl / d1_both.c
index dfe2bab88ce61dbc34673700ba01ce68150c8607..a584511c8452c174d3cc2776b6082b54de569272 100644 (file)
@@ -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] ;