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:
@@ -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"
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user