Remove dirs from mkfiles.pl

Recent changes have removed some directories which is causing mkfiles.pl
to fail.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell 2016-01-26 10:29:48 +00:00
parent 90d48e5ea0
commit 1bca5888da

View File

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