From: Richard Levitte Date: Thu, 30 May 2002 16:24:18 +0000 (+0000) Subject: CAformat should not be used for CA key format. X-Git-Tag: OpenSSL_0_9_6e~26^2~119 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a81e9d3dc45f29c1a5fde7fa641a43f796fe92d4;p=oweals%2Fopenssl.git CAformat should not be used for CA key format. --- diff --git a/apps/x509.c b/apps/x509.c index 12888c0486..23e9b6bfe1 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -245,7 +245,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) {