Remove store from Windows build.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 4 Jun 2008 11:45:15 +0000 (11:45 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 4 Jun 2008 11:45:15 +0000 (11:45 +0000)
util/mkdef.pl
util/mkfiles.pl

index 38fad0042982ec2335543317cd39468e30d899e0..7a3337d34a6aa0a4ffb432a04ad10d163358ca7f 100755 (executable)
@@ -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";
 
index 4bfce64adab45ea8c47ee00fc41e9464f625b651..1326c9856a30be22a82b6960b2fdb169d669dbbb 100755 (executable)
@@ -56,7 +56,7 @@ my @dirs = (
 "crypto/ocsp",
 "crypto/ui",
 "crypto/krb5",
-"crypto/store",
+#"crypto/store",
 "crypto/pqueue",
 "crypto/whrlpool",
 "crypto/ts",