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

Unified Diff: nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crldp.c

Issue 457963002: Update to NSS 3.16.4. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Include certdata.c changes. Created 6 years, 4 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
« no previous file with comments | « nss/lib/freebl/rsa.c ('k') | nss/lib/nss/nss.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crldp.c
diff --git a/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crldp.c b/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crldp.c
index 4bbf618e916123bb177f9dce49d7250117496faf..4f29de2849bd897f6310fe7f40e7573bbf3b1cae 100644
--- a/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crldp.c
+++ b/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crldp.c
@@ -122,7 +122,7 @@ pkix_pl_CrlDp_Create(
if (!rdnArena) {
PKIX_ERROR(PKIX_PORTARENAALLOCFAILED);
}
- issuerNameCopy = (CERTName *)PORT_ArenaZNew(rdnArena, CERTName*);
+ issuerNameCopy = (CERTName *)PORT_ArenaZNew(rdnArena, CERTName);
if (!issuerNameCopy) {
PKIX_ERROR(PKIX_ALLOCERROR);
}
« no previous file with comments | « nss/lib/freebl/rsa.c ('k') | nss/lib/nss/nss.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698