aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
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 /util/mkdef.pl
parent7e25dd6da17eefb3c0c31ac4ad436b70f6d39f86 (diff)
downloadopenssl-38148a234c6ed7a9d78dc5fb3de0ac4d79402e6f.tar.gz
Various windows build fixes to prepare for windows port
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
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";