Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Unified Diff: nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_lifecycle.h

Issue 130403004: Remove LDAP support from NSS. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss/
Patch Set: Don't remove the LDAP source files from the source tree Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_lifecycle.h
===================================================================
--- nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_lifecycle.h (revision 243121)
+++ nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_lifecycle.h (working copy)
@@ -33,10 +33,12 @@
#include "pkix_pl_crlentry.h"
#include "pkix_pl_crl.h"
#include "pkix_pl_colcertstore.h"
+#ifndef NSS_PKIX_NO_LDAP
#include "pkix_pl_ldapcertstore.h"
#include "pkix_pl_ldapdefaultclient.h"
#include "pkix_pl_ldaprequest.h"
#include "pkix_pl_ldapresponse.h"
+#endif /* !NSS_PKIX_NO_LDAP */
#include "pkix_pl_socket.h"
#include "pkix_pl_infoaccess.h"
#include "pkix_store.h"
« no previous file with comments | « nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_common.h ('k') | nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_lifecycle.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698