]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Use ECC crypto in Nettle now.
authorSimon Kelley <simon@thekelleys.org.uk>
Tue, 20 May 2014 19:34:41 +0000 (20:34 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Tue, 20 May 2014 19:34:41 +0000 (20:34 +0100)
debian/rules

index 7a1a27c427878c874a8443c263c959d5bca8554c..485559e8103afe8fe3b9b688fc45fcbf2dea5f13 100755 (executable)
@@ -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)