diff --git a/util/mkdef.pl b/util/mkdef.pl index d20bac6e840e266e77d26d8d108651e9231d3391..43b2c2b5945c8676fcc6ea4401ef9e203a5021a2 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 68a9a6c042df5b9be7ee73d2e6172b162f13d938..6e43cbfae0c81320cc530103f5e20d56a08b919e 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",