Skip to content

Commit

Permalink
Fix 'key' option in s_server can be in ENGINE keyform
Browse files Browse the repository at this point in the history
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Stephen Henson <[email protected]>
(Merged from openssl#4405)
  • Loading branch information
deemru authored and snhenson committed Sep 23, 2017
1 parent 9e84a42 commit 75c445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/s_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 75c445e

Please sign in to comment.