Fix mkfiles for new directories
Add the new chacha and poly1305 directories to mkfiles.pl to enable proper building on windows. Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
330dcb09b2
commit
2fb5535e64
@ -63,6 +63,8 @@ my @dirs = (
|
||||
"crypto/srp",
|
||||
"crypto/ct",
|
||||
"crypto/async",
|
||||
"crypto/chacha",
|
||||
"crypto/poly1305",
|
||||
"ssl",
|
||||
"apps",
|
||||
"engines",
|
||||
|
Loading…
x
Reference in New Issue
Block a user