From 15a97ad6fb393a3e703c110ff058867add09837c Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Tue, 20 May 2014 20:34:41 +0100 Subject: Use ECC crypto in Nettle now. --- debian/rules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/rules b/debian/rules index 7a1a27c..485559e 100755 --- a/debian/rules +++ b/debian/rules @@ -21,10 +21,6 @@ LDFLAGS = $(shell $(dpkg_buildflags) --get LDFLAGS) DEB_COPTS = $(COPTS) -# The nettle library in Debian is too old to include -# ECC support. -DEB_COPTS += -DNO_NETTLE_ECC - TARGET = install-i18n DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS) -- cgit v1.2.1