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

Side by Side Diff: nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_infoaccess.h

Issue 16132005: Allow NSS to be built with NO_NSPR_10_SUPPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 6 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_infoaccess.h 5 * pkix_pl_infoaccess.h
6 * 6 *
7 * InfoAccess Object Definitions 7 * InfoAccess Object Definitions
8 * 8 *
9 */ 9 */
10 10
(...skipping 17 matching lines...) Expand all
28 28
29 PKIX_Error * 29 PKIX_Error *
30 pkix_pl_InfoAccess_CreateList( 30 pkix_pl_InfoAccess_CreateList(
31 CERTAuthInfoAccess **authInfoAccess, 31 CERTAuthInfoAccess **authInfoAccess,
32 PKIX_List **pAiaList, /* of PKIX_PL_InfoAccess */ 32 PKIX_List **pAiaList, /* of PKIX_PL_InfoAccess */
33 void *plContext); 33 void *plContext);
34 34
35 PKIX_Error * 35 PKIX_Error *
36 pkix_pl_InfoAccess_ParseLocation( 36 pkix_pl_InfoAccess_ParseLocation(
37 PKIX_PL_GeneralName *generalName, 37 PKIX_PL_GeneralName *generalName,
38 PRArenaPool *arena, 38 PLArenaPool *arena,
39 LDAPRequestParams *request, 39 LDAPRequestParams *request,
40 char **pDomainName, 40 char **pDomainName,
41 void *plContext); 41 void *plContext);
42 42
43 #ifdef __cplusplus 43 #ifdef __cplusplus
44 } 44 }
45 #endif 45 #endif
46 46
47 #endif /* _PKIX_PL_INFOACCESS_H */ 47 #endif /* _PKIX_PL_INFOACCESS_H */
OLDNEW
« no previous file with comments | « nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c ('k') | nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_infoaccess.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698