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 6b30f7d..eb39b5d 100644 --- a/net/third_party/nss/ssl/sslsnce.c +++ b/net/third_party/nss/ssl/sslsnce.c @@ -87,11 +87,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. */ |