X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ssl%2Fd1_both.c;h=b746a50dd718d2a8104160ce2c25af3f877ff88b;hb=6d2cd23f402bf6cca7a29c4a6514012a4779f85c;hp=92661a9e3b0d531ad27700b72a64d58b1eade3c8;hpb=e2ac4732cd4f0efc3dff3261d19aed0ced2c4dde;p=oweals%2Fopenssl.git diff --git a/ssl/d1_both.c b/ssl/d1_both.c index 92661a9e3b..b746a50dd7 100644 --- a/ssl/d1_both.c +++ b/ssl/d1_both.c @@ -1229,7 +1229,7 @@ dtls1_min_mtu(void) static unsigned int dtls1_guess_mtu(unsigned int curr_mtu) { - int i; + size_t i; if ( curr_mtu == 0 ) return g_probable_mtu[0] ;