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

Side by Side Diff: trunk/src/net/third_party/nss/patches/aes256keylength.patch

Issue 18414004: Revert 209515 "Reland http://crrev.com/209278" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 5 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 diff -pu a/nss/lib/ssl/sslsnce.c b/nss/lib/ssl/sslsnce.c 1 diff -pu a/nss/lib/ssl/sslsnce.c b/nss/lib/ssl/sslsnce.c
2 --- a/nss/lib/ssl/sslsnce.c 2013-04-27 09:17:17.216390477 -0700 2 --- a/nss/lib/ssl/sslsnce.c 2013-04-27 09:17:17.216390477 -0700
3 +++ b/nss/lib/ssl/sslsnce.c 2013-04-27 09:41:36.887048239 -0700 3 +++ b/nss/lib/ssl/sslsnce.c 2013-04-27 09:41:36.887048239 -0700
4 @@ -87,6 +87,11 @@ 4 @@ -87,6 +87,11 @@
5 #include "nspr.h" 5 #include "nspr.h"
6 #include "sslmutex.h" 6 #include "sslmutex.h"
7 7
8 +/* AES_256_KEY_LENGTH was added to blapit.h in NSS 3.12.10. */ 8 +/* AES_256_KEY_LENGTH was added to blapit.h in NSS 3.12.10. */
9 +#ifndef AES_256_KEY_LENGTH 9 +#ifndef AES_256_KEY_LENGTH
10 +#define AES_256_KEY_LENGTH 32 /* bytes */ 10 +#define AES_256_KEY_LENGTH 32 /* bytes */
11 +#endif 11 +#endif
12 + 12 +
13 /* 13 /*
14 ** Format of a cache entry in the shared memory. 14 ** Format of a cache entry in the shared memory.
15 */ 15 */
OLDNEW
« no previous file with comments | « trunk/src/net/third_party/nss/README.chromium ('k') | trunk/src/net/third_party/nss/patches/applypatches.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698