From 70038e06e4a8a9e8fa9af6439ea501e1eacef002 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sun, 18 May 2008 16:04:44 +0200 Subject: [PATCH] Compile OpenSSL blacklists into the Perl script --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8882bec..a842e4a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ BLACKLIST_FILES := data/DSA-1024 data/RSA-2048 \ data/OpenVPN-64-LE data/OpenVPN-32-LE \ - data/OpenSSH-*-LE + $(wildcard data/OpenSSH-*-LE) \ + $(wildcard data/OpenSSL-*-LE) export LC_ALL=C -- 2.11.4.GIT