aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-02-17 13:29:01 +0000
committerMatt Caswell <matt@openssl.org>2015-11-20 23:31:42 +0000
commit38148a234c6ed7a9d78dc5fb3de0ac4d79402e6f (patch)
treef60a1c7980eed2d9aba664f20d6435e691449531
parent7e25dd6da17eefb3c0c31ac4ad436b70f6d39f86 (diff)
downloadopenssl-38148a234c6ed7a9d78dc5fb3de0ac4d79402e6f.zip
openssl-38148a234c6ed7a9d78dc5fb3de0ac4d79402e6f.tar.gz
openssl-38148a234c6ed7a9d78dc5fb3de0ac4d79402e6f.tar.bz2
Various windows build fixes to prepare for windows port
Reviewed-by: Rich Salz <rsalz@openssl.org>
-rwxr-xr-xutil/mkdef.pl1
-rwxr-xr-xutil/mkfiles.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index d20bac6..43b2c2b 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 68a9a6c..6e43cbf 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",