Remove store from Windows build.
This commit is contained in:
parent
5ce278a77b
commit
863d447e0b
@ -306,7 +306,7 @@ $crypto.=" crypto/comp/comp.h" ; # unless $no_comp;
|
|||||||
$crypto.=" crypto/ocsp/ocsp.h";
|
$crypto.=" crypto/ocsp/ocsp.h";
|
||||||
$crypto.=" crypto/ui/ui.h crypto/ui/ui_compat.h";
|
$crypto.=" crypto/ui/ui.h crypto/ui/ui_compat.h";
|
||||||
$crypto.=" crypto/krb5/krb5_asn.h";
|
$crypto.=" crypto/krb5/krb5_asn.h";
|
||||||
$crypto.=" crypto/store/store.h";
|
#$crypto.=" crypto/store/store.h";
|
||||||
$crypto.=" crypto/pqueue/pqueue.h";
|
$crypto.=" crypto/pqueue/pqueue.h";
|
||||||
$crypto.=" crypto/cms/cms.h";
|
$crypto.=" crypto/cms/cms.h";
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ my @dirs = (
|
|||||||
"crypto/ocsp",
|
"crypto/ocsp",
|
||||||
"crypto/ui",
|
"crypto/ui",
|
||||||
"crypto/krb5",
|
"crypto/krb5",
|
||||||
"crypto/store",
|
#"crypto/store",
|
||||||
"crypto/pqueue",
|
"crypto/pqueue",
|
||||||
"crypto/whrlpool",
|
"crypto/whrlpool",
|
||||||
"crypto/ts",
|
"crypto/ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user