From a81e9d3dc45f29c1a5fde7fa641a43f796fe92d4 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 30 May 2002 16:24:18 +0000 Subject: [PATCH] CAformat should not be used for CA key format. --- apps/x509.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {