From: Richard Levitte Date: Thu, 30 May 2002 16:24:33 +0000 (+0000) Subject: CAformat should not be used for CA key format. X-Git-Tag: OpenSSL_0_9_6e~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04c8e99b39413d9bb8962f6d8240f389e66b0739;p=openssl CAformat should not be used for CA key format. --- diff --git a/apps/x509.c b/apps/x509.c index 9d09d75889..b9b13285f1 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -233,7 +233,7 @@ int MAIN(int argc, char **argv) else if (strcmp(*argv,"-CAkeyform") == 0) { if (--argc < 1) goto bad; - CAformat=str2fmt(*(++argv)); + CAkeyformat=str2fmt(*(++argv)); } else if (strcmp(*argv,"-days") == 0) {