From: Matt Caswell Date: Tue, 17 Feb 2015 13:29:01 +0000 (+0000) Subject: Various windows build fixes to prepare for windows port X-Git-Tag: OpenSSL_1_1_0-pre1~251 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=38148a234c6ed7a9d78dc5fb3de0ac4d79402e6f;hp=7e25dd6da17eefb3c0c31ac4ad436b70f6d39f86 Various windows build fixes to prepare for windows port Reviewed-by: Rich Salz --- diff --git a/util/mkdef.pl b/util/mkdef.pl index d20bac6e84..43b2c2b594 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -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"; diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 68a9a6c042..6e43cbfae0 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -64,6 +64,7 @@ my @dirs = ( "crypto/ts", "crypto/srp", "crypto/ct", +"crypto/async", "ssl", "apps", "engines",