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

Unified Diff: nss/lib/util/hasht.h

Issue 13898013: Update NSS to NSS_3_15_BETA2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 8 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/util/hasht.h
===================================================================
--- nss/lib/util/hasht.h (revision 195639)
+++ nss/lib/util/hasht.h (working copy)
@@ -1,11 +1,13 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id: hasht.h,v 1.11 2013/02/05 18:10:46 wtc%google.com Exp $ */
+/* $Id$ */
#ifndef _HASHT_H_
#define _HASHT_H_
+#include "prtypes.h"
wtc 2013/04/23 00:58:05 I will remove this from the NSS upstream. I don't
wtc 2013/05/04 01:17:57 I was wrong. This header uses the PRBool type.
+
/* Opaque objects */
typedef struct SECHashObjectStr SECHashObject;
typedef struct HASHContextStr HASHContext;

Powered by Google App Engine
This is Rietveld 408576698