Disable pkcs15-ldap from the 0.8.1 release.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1448 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2003-09-17 18:59:38 +00:00
parent 886409a5f6
commit c221e36eb4
1 changed files with 2 additions and 0 deletions

View File

@ -36,8 +36,10 @@ struct scam_framework_ops *scam_frameworks[] =
#ifdef HAVE_OPENSSL
&scam_fw_p15_eid,
#ifdef HAVE_LDAP
#if 0
&scam_fw_p15_ldap,
#endif
#endif
#endif
NULL
};