From: Richard Levitte Date: Thu, 26 Jun 2003 07:05:19 +0000 (+0000) Subject: Scan through the engines directory as well. X-Git-Tag: BEN_FIPS_TEST_1~38^2~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c687a3d5d57d4b3e557a2f7a4a952c1ace749d4e;p=oweals%2Fopenssl.git Scan through the engines directory as well. --- diff --git a/util/mkfiles.pl b/util/mkfiles.pl index a95d14cc6a..d8cac3a3b4 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -56,6 +56,7 @@ my @dirs = ( "crypto/store", "ssl", "apps", +"engines", "test", "tools" );