From 5652b93c1529989c8ec4446db37428fd4763f95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 6 Jun 2007 00:23:42 +0000 Subject: [PATCH] Disable KEYCHAIN for now, its slow. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20930 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/hx_locl.h b/lib/hx509/hx_locl.h index 279744921..08b12778f 100644 --- a/lib/hx509/hx_locl.h +++ b/lib/hx509/hx_locl.h @@ -194,6 +194,6 @@ extern const AlgorithmIdentifier * _hx509_crypto_default_secret_alg; * Configurable options */ -#ifdef __APPLE__ +#if 0 /* fdef __APPLE__*/ #define HX509_DEFAULT_ANCHORS "KEYCHAIN:system" #endif