From 38148a234c6ed7a9d78dc5fb3de0ac4d79402e6f Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 17 Feb 2015 13:29:01 +0000 Subject: Various windows build fixes to prepare for windows port Reviewed-by: Rich Salz --- util/mkdef.pl | 1 + util/mkfiles.pl | 1 + 2 files changed, 2 insertions(+) (limited to 'util') 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", -- cgit v1.2.3