mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
407 B
C++
13 lines
407 B
C++
$NetBSD: patch-security_manager_ssl_src_nsNSSComponent.cpp,v 1.1 2016/02/14 07:30:54 ryoon Exp $
|
|
|
|
--- security/manager/ssl/src/nsNSSComponent.cpp.orig 2014-10-11 09:06:44.000000000 +0000
|
|
+++ security/manager/ssl/src/nsNSSComponent.cpp
|
|
@@ -53,6 +53,7 @@
|
|
#include "nss.h"
|
|
#include "pkix/pkixnss.h"
|
|
#include "ssl.h"
|
|
+#define NSS_ENABLE_ECC 1
|
|
#include "sslproto.h"
|
|
#include "secmod.h"
|
|
#include "secerr.h"
|