Remove dirs from mkfiles.pl
authorMatt Caswell <matt@openssl.org>
Tue, 26 Jan 2016 10:29:48 +0000 (10:29 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 26 Jan 2016 10:29:48 +0000 (10:29 +0000)
Recent changes have removed some directories which is causing mkfiles.pl
to fail.

Reviewed-by: Richard Levitte <levitte@openssl.org>
util/mkfiles.pl

index ed47224261b841699c485956e2e1c93faf800025..d668316d697de59ca5cf6de8c093700edfb6693c 100755 (executable)
@@ -57,7 +57,6 @@ my @dirs = (
 "crypto/ocsp",
 "crypto/ui",
 #"crypto/store",
 "crypto/ocsp",
 "crypto/ui",
 #"crypto/store",
-"crypto/pqueue",
 "crypto/whrlpool",
 "crypto/ts",
 "crypto/srp",
 "crypto/whrlpool",
 "crypto/ts",
 "crypto/srp",
@@ -69,7 +68,6 @@ my @dirs = (
 "ssl",
 "apps",
 "engines",
 "ssl",
 "apps",
 "engines",
-"engines/ccgost",
 "test",
 "tools"
 );
 "test",
 "tools"
 );