Remove store from Windows build.

This commit is contained in:
Dr. Stephen Henson 2008-06-04 11:45:15 +00:00
parent 5ce278a77b
commit 863d447e0b
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -56,7 +56,7 @@ my @dirs = (
"crypto/ocsp",
"crypto/ui",
"crypto/krb5",
"crypto/store",
#"crypto/store",
"crypto/pqueue",
"crypto/whrlpool",
"crypto/ts",