From 863d447e0b0df25d162983a1dc19c38b49d94105 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 4 Jun 2008 11:45:15 +0000 Subject: [PATCH] Remove store from Windows build. --- util/mkdef.pl | 2 +- util/mkfiles.pl | 2 +- 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", -- 2.34.1