Address Windows warnings in apps/.
[openssl.git] / apps / opt.c
index c7dcc434e8b2d707c7f2dca2480676c2efe8c172..90a9d84e47c141db7b9f6465ad5fef87f2bf4053 100644 (file)
@@ -80,8 +80,7 @@ static char prog[40];
 #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_NETWARE)
 char *opt_progname(const char *argv0)
 {
-    int i;
-    int n;
+    size_t i, n;
     const char *p;
     char *q;