Fix 'key' option in s_server can be in ENGINE keyform

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Stephen Henson <steve@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4405)
This commit is contained in:
Pichulin Dmitrii 2017-09-22 11:41:04 +03:00 committed by Dr. Stephen Henson
parent 9e84a42db4
commit 75c445e49b
1 changed files with 1 additions and 1 deletions

View File

@ -788,7 +788,7 @@ const OPTIONS s_server_options[] = {
"PEM serverinfo file for certificate"},
{"certform", OPT_CERTFORM, 'F',
"Certificate format (PEM or DER) PEM default"},
{"key", OPT_KEY, '<',
{"key", OPT_KEY, 's',
"Private Key if not in -cert; default is " TEST_CERT},
{"keyform", OPT_KEYFORM, 'f',
"Key format (PEM, DER or ENGINE) PEM default"},