CAformat should not be used for CA key format.

This commit is contained in:
Richard Levitte 2002-05-30 16:24:33 +00:00
parent 09402efb93
commit 04c8e99b39

View file

@ -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)
{