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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* This Source Code Form is subject to the terms of the Mozilla Public 1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4 /* 4 /*
5 * pkix_pl_lifecycle.h 5 * pkix_pl_lifecycle.h
6 * 6 *
7 * Lifecycle Definitions 7 * Lifecycle Definitions
8 * 8 *
9 */ 9 */
10 10
(...skipping 15 matching lines...) Expand all
26 #include "pkix_pl_generalname.h" 26 #include "pkix_pl_generalname.h"
27 #include "pkix_pl_publickey.h" 27 #include "pkix_pl_publickey.h"
28 #include "pkix_pl_date.h" 28 #include "pkix_pl_date.h"
29 #include "pkix_pl_basicconstraints.h" 29 #include "pkix_pl_basicconstraints.h"
30 #include "pkix_pl_certpolicyinfo.h" 30 #include "pkix_pl_certpolicyinfo.h"
31 #include "pkix_pl_certpolicymap.h" 31 #include "pkix_pl_certpolicymap.h"
32 #include "pkix_pl_certpolicyqualifier.h" 32 #include "pkix_pl_certpolicyqualifier.h"
33 #include "pkix_pl_crlentry.h" 33 #include "pkix_pl_crlentry.h"
34 #include "pkix_pl_crl.h" 34 #include "pkix_pl_crl.h"
35 #include "pkix_pl_colcertstore.h" 35 #include "pkix_pl_colcertstore.h"
36 #ifndef NSS_PKIX_NO_LDAP
36 #include "pkix_pl_ldapcertstore.h" 37 #include "pkix_pl_ldapcertstore.h"
37 #include "pkix_pl_ldapdefaultclient.h" 38 #include "pkix_pl_ldapdefaultclient.h"
38 #include "pkix_pl_ldaprequest.h" 39 #include "pkix_pl_ldaprequest.h"
39 #include "pkix_pl_ldapresponse.h" 40 #include "pkix_pl_ldapresponse.h"
41 #endif /* !NSS_PKIX_NO_LDAP */
40 #include "pkix_pl_socket.h" 42 #include "pkix_pl_socket.h"
41 #include "pkix_pl_infoaccess.h" 43 #include "pkix_pl_infoaccess.h"
42 #include "pkix_store.h" 44 #include "pkix_store.h"
43 #include "pkix_error.h" 45 #include "pkix_error.h"
44 #include "pkix_logger.h" 46 #include "pkix_logger.h"
45 #include "pkix_list.h" 47 #include "pkix_list.h"
46 #include "pkix_trustanchor.h" 48 #include "pkix_trustanchor.h"
47 #include "pkix_procparams.h" 49 #include "pkix_procparams.h"
48 #include "pkix_valparams.h" 50 #include "pkix_valparams.h"
49 #include "pkix_valresult.h" 51 #include "pkix_valresult.h"
(...skipping 30 matching lines...) Expand all
80 PKIX_List *loggers; 82 PKIX_List *loggers;
81 PKIX_UInt32 majorVersion; 83 PKIX_UInt32 majorVersion;
82 PKIX_UInt32 minorVersion; 84 PKIX_UInt32 minorVersion;
83 }; 85 };
84 86
85 #ifdef __cplusplus 87 #ifdef __cplusplus
86 } 88 }
87 #endif 89 #endif
88 90
89 #endif /* _PKIX_PL_LIFECYCLE_H */ 91 #endif /* _PKIX_PL_LIFECYCLE_H */
OLDNEW
« 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