diff options
Diffstat (limited to 'net/third_party/nss/ssl/sslsnce.c')
-rw-r--r-- | net/third_party/nss/ssl/sslsnce.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/third_party/nss/ssl/sslsnce.c b/net/third_party/nss/ssl/sslsnce.c index 4b8825a..b0446ad 100644 --- a/net/third_party/nss/ssl/sslsnce.c +++ b/net/third_party/nss/ssl/sslsnce.c @@ -86,11 +86,6 @@ #include "nspr.h" #include "sslmutex.h" -/* AES_256_KEY_LENGTH was added to blapit.h in NSS 3.12.10. */ -#ifndef AES_256_KEY_LENGTH -#define AES_256_KEY_LENGTH 32 /* bytes */ -#endif - /* ** Format of a cache entry in the shared memory. */ |