summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/x509.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/apps/x509.c')
-rw-r--r--lib/libssl/src/apps/x509.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/apps/x509.c b/lib/libssl/src/apps/x509.c
index 88386d61369..dce5f326306 100644
--- a/lib/libssl/src/apps/x509.c
+++ b/lib/libssl/src/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)
{