From: Jorge Pereira Date: Thu, 10 Oct 2019 23:15:28 +0000 (-0300) Subject: Mute the 'openssl' warnings complaining about the missing openssl.cnf (#3041) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36bc9149dfae3a42d87e8073043b766ef5a377db;p=thirdparty%2Ffreeradius-server.git Mute the 'openssl' warnings complaining about the missing openssl.cnf (#3041) --- diff --git a/raddb/certs/Makefile b/raddb/certs/Makefile index 8e116bf5146..6f46f156c3c 100644 --- a/raddb/certs/Makefile +++ b/raddb/certs/Makefile @@ -21,6 +21,12 @@ endif # include passwords.mk +# +# Just to mute the WARNING messages complaining about the missing openssl.cnf +# +OPENSSL_CONF := /dev/null +export OPENSSL_CONF + ###################################################################### # # Make the necessary files, but not client certificates.