]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Mute the 'openssl' warnings complaining about the missing openssl.cnf (#3041)
authorJorge Pereira <jpereira@users.noreply.github.com>
Thu, 10 Oct 2019 23:15:28 +0000 (20:15 -0300)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 10 Oct 2019 23:15:28 +0000 (19:15 -0400)
raddb/certs/Makefile

index 8e116bf5146478eecd701dc169697ff907923593..6f46f156c3c33773a980f03f0daa5133a3804420 100644 (file)
@@ -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.