summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-06-04 11:45:15 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-06-04 11:45:15 +0000
commit863d447e0b0df25d162983a1dc19c38b49d94105 (patch)
tree62910fca565787696c04ce43c6b95ed779c713eb /util
parent5ce278a77bd7d23bcf965cfa37afb7b937c1a17d (diff)
Remove store from Windows build.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl2
-rwxr-xr-xutil/mkfiles.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 38fad00429..7a3337d34a 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -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";
diff --git a/util/mkfiles.pl b/util/mkfiles.pl
index 4bfce64ada..1326c9856a 100755
--- a/util/mkfiles.pl
+++ b/util/mkfiles.pl
@@ -56,7 +56,7 @@ my @dirs = (
"crypto/ocsp",
"crypto/ui",
"crypto/krb5",
-"crypto/store",
+#"crypto/store",
"crypto/pqueue",
"crypto/whrlpool",
"crypto/ts",