Various windows build fixes to prepare for windows port

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Matt Caswell 2015-02-17 13:29:01 +00:00
parent 7e25dd6da1
commit 38148a234c
2 changed files with 2 additions and 0 deletions

View File

@ -331,6 +331,7 @@ $crypto.=" include/openssl/cms.h";
$crypto.=" include/openssl/jpake.h"; $crypto.=" include/openssl/jpake.h";
$crypto.=" include/openssl/srp.h"; $crypto.=" include/openssl/srp.h";
$crypto.=" include/openssl/modes.h"; $crypto.=" include/openssl/modes.h";
$crypto.=" include/openssl/async.h";
my $symhacks="include/openssl/symhacks.h"; my $symhacks="include/openssl/symhacks.h";

View File

@ -64,6 +64,7 @@ my @dirs = (
"crypto/ts", "crypto/ts",
"crypto/srp", "crypto/srp",
"crypto/ct", "crypto/ct",
"crypto/async",
"ssl", "ssl",
"apps", "apps",
"engines", "engines",