From: Bodo Möller Date: Tue, 11 May 1999 15:44:58 +0000 (+0000) Subject: argc counting bug fixed. X-Git-Tag: OpenSSL_0_9_3beta1~102 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=54a29df0ec79db2e38c8b3a58a276fa47ae80199;hp=fa2b248f233e47bb7d0de6d57f3a312453c5e602 argc counting bug fixed. Submitted by: Tomas Hulek Reviewed by: PR: --- diff --git a/apps/dgst.c b/apps/dgst.c index 2f87147a81..9107a5230d 100644 --- a/apps/dgst.c +++ b/apps/dgst.c @@ -105,7 +105,7 @@ int MAIN(int argc, char **argv) argc--; argv++; - for (i=0; i 0) { if ((*argv)[0] != '-') break; if (strcmp(*argv,"-c") == 0)