blob: 2fc25062970f3d010bf78d049fee8ad9e6df335f [file] [log] [blame]
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +01001diff -pu a/nss/lib/ssl/sslsnce.c b/nss/lib/ssl/sslsnce.c
Torne (Richard Coles)a36e5922013-08-05 13:57:33 +01002--- a/nss/lib/ssl/sslsnce.c 2013-07-31 12:07:10.974699609 -0700
3+++ b/nss/lib/ssl/sslsnce.c 2013-07-31 14:12:33.185058439 -0700
4@@ -86,6 +86,11 @@
Torne (Richard Coles)2a99a7e2013-03-28 15:31:22 +00005 #include "nspr.h"
6 #include "sslmutex.h"
7
8+/* AES_256_KEY_LENGTH was added to blapit.h in NSS 3.12.10. */
9+#ifndef AES_256_KEY_LENGTH
10+#define AES_256_KEY_LENGTH 32 /* bytes */
11+#endif
12+
13 /*
14 ** Format of a cache entry in the shared memory.
15 */