Commit 38148a23 authored by Matt Caswell's avatar Matt Caswell
Browse files

Various windows build fixes to prepare for windows port



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 7e25dd6d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";

+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ my @dirs = (
"crypto/ts",
"crypto/srp",
"crypto/ct",
"crypto/async",
"ssl",
"apps",
"engines",