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

Unified Diff: net/third_party/nss/ssl/bodge/blapi.h

Issue 9558017: Update net/third_party/nss to NSS 3.13.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add new files in NSS 3.13.3 Created 8 years, 10 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: net/third_party/nss/ssl/bodge/blapi.h
===================================================================
--- net/third_party/nss/ssl/bodge/blapi.h (revision 124359)
+++ net/third_party/nss/ssl/bodge/blapi.h (working copy)
@@ -46,6 +46,10 @@
#include "hasht.h"
#include "alghmac.h"
+#ifndef AES_256_KEY_LENGTH
+#define AES_256_KEY_LENGTH 32 /* bytes */
+#endif
+
SEC_BEGIN_PROTOS
/*

Powered by Google App Engine
This is Rietveld 408576698