Now that KEYCHAIN:system-anchors is fast again, use that.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21083 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-13 02:11:19 +00:00
parent 7a61e0a75f
commit 98b5a611bd

View File

@@ -194,6 +194,6 @@ extern const AlgorithmIdentifier * _hx509_crypto_default_secret_alg;
* Configurable options
*/
#if 0 /* fdef __APPLE__*/
#define HX509_DEFAULT_ANCHORS "KEYCHAIN:system"
#ifdef __APPLE__
#define HX509_DEFAULT_ANCHORS "KEYCHAIN:system-anchors"
#endif