From: Nikolai Kondrashov Date: Mon, 20 Feb 2017 13:26:57 +0000 (+0100) Subject: Use openssl dhparam instead of obsolete gendh X-Git-Tag: release_3_0_13~24^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=340b9ccb09beb5414d4ee254004ebcc05f9c3746;p=thirdparty%2Ffreeradius-server.git Use openssl dhparam instead of obsolete gendh Use `openssl dhparam` command in raddb/certs/Makefile instead of the obsolete (and removed in OpenSSL v1.1.0) `openssl gendh`. --- diff --git a/raddb/certs/Makefile b/raddb/certs/Makefile index 650e3e31c6e..8141ae2b252 100644 --- a/raddb/certs/Makefile +++ b/raddb/certs/Makefile @@ -50,7 +50,7 @@ passwords.mk: server.cnf ca.cnf client.cnf # ###################################################################### dh: - $(OPENSSL) gendh -out dh -2 $(DH_KEY_SIZE) + $(OPENSSL) dhparam -out dh -2 $(DH_KEY_SIZE) ###################################################################### #