From 51ac82702dc91cabd3dbf890d8f65b285282c0ce Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Thu, 21 Sep 2017 07:18:10 -0500 Subject: Reenable s_server -dhparam option This option was lost when converting to a table-driven option parser in commit 7e1b7485706c2b11091b5fa897fe496a2faa56cc. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4398) --- apps/s_server.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/s_server.c') diff --git a/apps/s_server.c b/apps/s_server.c index c45256afc2..d54909ac49 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -795,6 +795,7 @@ const OPTIONS s_server_options[] = { {"pass", OPT_PASS, 's', "Private key file pass phrase source"}, {"dcert", OPT_DCERT, '<', "Second certificate file to use (usually for DSA)"}, + {"dhparam", OPT_DHPARAM, '<', "DH parameters file to use"}, {"dcertform", OPT_DCERTFORM, 'F', "Second certificate format (PEM or DER) PEM default"}, {"dkey", OPT_DKEY, '<', -- cgit v1.2.3