summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-05-30 16:24:18 +0000
committerRichard Levitte <levitte@openssl.org>2002-05-30 16:24:18 +0000
commita81e9d3dc45f29c1a5fde7fa641a43f796fe92d4 (patch)
tree399755107e0f55e350d3682d6c99835c9a06c173 /apps/x509.c
parent6b7e0a99873796737148df61ce6e749408fbd8da (diff)
CAformat should not be used for CA key format.
Diffstat (limited to 'apps/x509.c')
-rw-r--r--apps/x509.c2
1 files changed, 1 insertions, 1 deletions
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)
{