6e95e654f9
Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version tracks 31 ESR.
12 lines
407 B
C++
12 lines
407 B
C++
$NetBSD: patch-mozilla_security_manager_ssl_src_nsNSSComponent.cpp,v 1.1 2015/07/13 17:49:26 ryoon Exp $
|
|
|
|
--- mozilla/security/manager/ssl/src/nsNSSComponent.cpp.orig 2013-10-23 22:09:16.000000000 +0000
|
|
+++ mozilla/security/manager/ssl/src/nsNSSComponent.cpp
|
|
@@ -49,6 +49,7 @@
|
|
|
|
#include "nss.h"
|
|
#include "ssl.h"
|
|
+#define NSS_ENABLE_ECC 1
|
|
#include "sslproto.h"
|
|
#include "secmod.h"
|
|
#include "secmime.h"
|