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

Unified Diff: nss/mozilla/security/nss/lib/certdb/cert.h

Issue 11193042: Update NSS to NSS 3.14 RC1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 2 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/mozilla/security/nss/lib/certdb/cert.h
===================================================================
--- nss/mozilla/security/nss/lib/certdb/cert.h (revision 162724)
+++ nss/mozilla/security/nss/lib/certdb/cert.h (working copy)
@@ -5,7 +5,7 @@
/*
* cert.h - public data structures and prototypes for the certificate library
*
- * $Id: cert.h,v 1.90 2012/09/19 15:08:07 kaie%kuix.de Exp $
+ * $Id: cert.h,v 1.91 2012/09/28 16:05:02 wtc%google.com Exp $
*/
#ifndef _CERT_H_
@@ -34,7 +34,7 @@
/*
** Convert an ascii RFC1485 encoded name into its CERTName equivalent.
*/
-extern CERTName *CERT_AsciiToName(char *string);
+extern CERTName *CERT_AsciiToName(const char *string);
/*
** Convert an CERTName into its RFC1485 encoded equivalent.

Powered by Google App Engine
This is Rietveld 408576698