Commit 863d447e authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Remove store from Windows build.

parent 5ce278a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ $crypto.=" crypto/comp/comp.h" ; # unless $no_comp;
$crypto.=" crypto/ocsp/ocsp.h";
$crypto.=" crypto/ui/ui.h crypto/ui/ui_compat.h";
$crypto.=" crypto/krb5/krb5_asn.h";
$crypto.=" crypto/store/store.h";
#$crypto.=" crypto/store/store.h";
$crypto.=" crypto/pqueue/pqueue.h";
$crypto.=" crypto/cms/cms.h";

+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ my @dirs = (
"crypto/ocsp",
"crypto/ui",
"crypto/krb5",
"crypto/store",
#"crypto/store",
"crypto/pqueue",
"crypto/whrlpool",
"crypto/ts",