Address Windows warnings in apps/.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Andy Polyakov
2015-09-30 10:27:19 +02:00
parent b13fdc4860
commit 45f1351821
2 changed files with 1 additions and 25 deletions

View 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;