Remove some unneeded variables from dhparam
authorMatt Caswell <matt@openssl.org>
Wed, 14 Oct 2020 15:28:01 +0000 (16:28 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 23 Nov 2020 09:01:07 +0000 (09:01 +0000)
commit1fd08e909d6c325e86b0bfdd0c89c2011fa44ce2
treec816ffdb6d5d9d5b1d61e719c2fd7ad898f9cc91
parent4ccf4e7686ec0b2abc9a50f434d44e4165860556
Remove some unneeded variables from dhparam

Previously changes left some variables behind that were no longer needed.
We now remove them.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13231)
apps/dhparam.c