diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-08-03 20:55:29 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-08-03 20:55:29 +0000 |
commit | 5dd0796d286a6dc4a6959924fcc131477872187c (patch) | |
tree | 60e2c47be79a46ffe85e7a236d9adda348e134d2 /mail/thunderbird-esr/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp | |
parent | - Remove deskutils/lightning-xpi: Depends on obsolete Thunderbird 2. (diff) |
- Update to 3.1.1
Thanks to: Andreas Tobler <andreast-list AT fgznet.ch>
Notes
Notes:
svn path=/head/; revision=258727
Diffstat (limited to 'mail/thunderbird-esr/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp')
-rw-r--r-- | mail/thunderbird-esr/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp b/mail/thunderbird-esr/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp new file mode 100644 index 000000000000..272a02bdb9e0 --- /dev/null +++ b/mail/thunderbird-esr/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp @@ -0,0 +1,10 @@ +--- mozilla/security/manager/ssl/src/nsNSSComponent.cpp.orig Mon May 29 23:10:54 2006 ++++ mozilla/security/manager/ssl/src/nsNSSComponent.cpp Mon May 29 23:12:22 2006 +@@ -110,6 +110,7 @@ + #include "nss.h" + #include "pk11func.h" + #include "ssl.h" ++#define NSS_ENABLE_ECC 1 + #include "sslproto.h" + #include "secmod.h" + #include "sechash.h" |