Various windows build fixes to prepare for windows port
authorMatt Caswell <matt@openssl.org>
Tue, 17 Feb 2015 13:29:01 +0000 (13:29 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:31:42 +0000 (23:31 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mkdef.pl
util/mkfiles.pl

index d20bac6e840e266e77d26d8d108651e9231d3391..43b2c2b5945c8676fcc6ea4401ef9e203a5021a2 100755 (executable)
@@ -331,6 +331,7 @@ $crypto.=" include/openssl/cms.h";
 $crypto.=" include/openssl/jpake.h";
 $crypto.=" include/openssl/srp.h";
 $crypto.=" include/openssl/modes.h";
+$crypto.=" include/openssl/async.h";
 
 my $symhacks="include/openssl/symhacks.h";
 
index 68a9a6c042df5b9be7ee73d2e6172b162f13d938..6e43cbfae0c81320cc530103f5e20d56a08b919e 100755 (executable)
@@ -64,6 +64,7 @@ my @dirs = (
 "crypto/ts",
 "crypto/srp",
 "crypto/ct",
+"crypto/async",
 "ssl",
 "apps",
 "engines",