Commit 1bca5888 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove dirs from mkfiles.pl



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

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 90d48e5e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ my @dirs = (
"crypto/ocsp",
"crypto/ui",
#"crypto/store",
"crypto/pqueue",
"crypto/whrlpool",
"crypto/ts",
"crypto/srp",
@@ -69,7 +68,6 @@ my @dirs = (
"ssl",
"apps",
"engines",
"engines/ccgost",
"test",
"tools"
);