projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90d48e5
)
Remove dirs from mkfiles.pl
author
Matt Caswell
<matt@openssl.org>
Tue, 26 Jan 2016 10:29:48 +0000
(10:29 +0000)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/util/mkfiles.pl
b/util/mkfiles.pl
index ed47224261b841699c485956e2e1c93faf800025..d668316d697de59ca5cf6de8c093700edfb6693c 100755
(executable)
--- a/
util/mkfiles.pl
+++ b/
util/mkfiles.pl
@@
-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"
);