| Index: nss/lib/libpkix/include/pkix_sample_modules.h
|
| ===================================================================
|
| --- nss/lib/libpkix/include/pkix_sample_modules.h (revision 243121)
|
| +++ nss/lib/libpkix/include/pkix_sample_modules.h (working copy)
|
| @@ -117,6 +117,7 @@
|
| PKIX_CertStore **pPk11CertStore,
|
| void *plContext);
|
|
|
| +#ifndef NSS_PKIX_NO_LDAP
|
| /* PKIX_PL_LdapCertStore
|
| *
|
| * A PKIX_PL_LdapCertStore retrieves certificates and CRLs from an LDAP server
|
| @@ -249,6 +250,7 @@
|
| PKIX_PL_LdapClient *client,
|
| PKIX_CertStore **pCertStore,
|
| void *plContext);
|
| +#endif /* !NSS_PKIX_NO_LDAP */
|
|
|
| /* PKIX_PL_NssContext
|
| *
|
|
|