From: Dr. Stephen Henson Date: Wed, 4 Jun 2008 11:45:15 +0000 (+0000) Subject: Remove store from Windows build. X-Git-Tag: OpenSSL_0_9_8k^2~340 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=863d447e0b0df25d162983a1dc19c38b49d94105;p=oweals%2Fopenssl.git Remove store from Windows build. --- 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",