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:
330dcb0
)
Fix mkfiles for new directories
author
Matt Caswell
<matt@openssl.org>
Thu, 10 Dec 2015 11:37:03 +0000
(11:37 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 10 Dec 2015 11:58:58 +0000
(11:58 +0000)
Add the new chacha and poly1305 directories to mkfiles.pl to enable proper
building on windows.
Reviewed-by: Andy Polyakov <appro@openssl.org>
util/mkfiles.pl
patch
|
blob
|
history
diff --git
a/util/mkfiles.pl
b/util/mkfiles.pl
index b03abc9c22ac947d6788ab5a0aa6da58af8a597f..bc17462033012ff02b1c63b896eabc5b3362e69e 100755
(executable)
--- a/
util/mkfiles.pl
+++ b/
util/mkfiles.pl
@@
-63,6
+63,8
@@
my @dirs = (
"crypto/srp",
"crypto/ct",
"crypto/async",
+"crypto/chacha",
+"crypto/poly1305",
"ssl",
"apps",
"engines",