Fix no-engine

Fix a misplaced "#endif" which was disabling a little too much code.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10423)
This commit is contained in:
Matt Caswell 2019-11-12 15:26:15 +00:00
parent 1640d48c5b
commit 1aa516b943
1 changed files with 1 additions and 1 deletions

View File

@ -101,10 +101,10 @@ const OPTIONS req_options[] = {
{"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"},
{"keygen_engine", OPT_KEYGEN_ENGINE, 's',
"Specify engine to be used for key generation operations"},
#endif
{"in", OPT_IN, '<', "Input file"},
{"inform", OPT_INFORM, 'F', "Input format - DER or PEM"},
{"verify", OPT_VERIFY, '-', "Verify signature on REQ"},
#endif
OPT_SECTION("Certificate"),
{"new", OPT_NEW, '-', "New request"},