Various windows build fixes to prepare for windows port
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
7e25dd6da1
commit
38148a234c
@ -331,6 +331,7 @@ $crypto.=" include/openssl/cms.h";
|
|||||||
$crypto.=" include/openssl/jpake.h";
|
$crypto.=" include/openssl/jpake.h";
|
||||||
$crypto.=" include/openssl/srp.h";
|
$crypto.=" include/openssl/srp.h";
|
||||||
$crypto.=" include/openssl/modes.h";
|
$crypto.=" include/openssl/modes.h";
|
||||||
|
$crypto.=" include/openssl/async.h";
|
||||||
|
|
||||||
my $symhacks="include/openssl/symhacks.h";
|
my $symhacks="include/openssl/symhacks.h";
|
||||||
|
|
||||||
|
@ -64,6 +64,7 @@ my @dirs = (
|
|||||||
"crypto/ts",
|
"crypto/ts",
|
||||||
"crypto/srp",
|
"crypto/srp",
|
||||||
"crypto/ct",
|
"crypto/ct",
|
||||||
|
"crypto/async",
|
||||||
"ssl",
|
"ssl",
|
||||||
"apps",
|
"apps",
|
||||||
"engines",
|
"engines",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user