Fix small but important regression
authorRichard Levitte <levitte@openssl.org>
Wed, 1 Nov 2017 16:09:06 +0000 (17:09 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 2 Nov 2017 10:47:51 +0000 (10:47 +0000)
commitbd6eba79d70677f891f1bb55b6f5bc5602c47cbc
tree941d3f7b7415196e40e7afcd1ff0dbb278305f2e
parent4a089bbdf11f9e231cc68f42bba934c954d81a49
Fix small but important regression

In OpenSSL pre 1.1.0, 'openssl x509 -CAkeyformat engine' was possible
and supported.  In 1.1.0, a small typo ('F' instead of 'f') removed
that possibility.  This restores the pre 1.1.0 behavior.

Fixes #4366

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4643)
apps/x509.c