From: Christian Hofstaedtler Date: Sun, 3 Jan 2016 20:26:07 +0000 (+0100) Subject: Dist+build Recursor with openssl instead of mbedtls X-Git-Tag: dnsdist-1.0.0-alpha2~61^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e6daf61bb80f61685592d567421c00a892ab74;p=thirdparty%2Fpdns.git Dist+build Recursor with openssl instead of mbedtls --- diff --git a/build-scripts/dist-recursor b/build-scripts/dist-recursor index 137c8489f9..dce63e8f2e 100755 --- a/build-scripts/dist-recursor +++ b/build-scripts/dist-recursor @@ -31,7 +31,7 @@ INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \ rcpgenerator.hh lock.hh dnswriter.hh dnsrecords.hh dnsparser.hh utility.hh \ recursor_cache.hh rec_channel.hh qtype.hh misc.hh dns.hh syncres.hh \ sstuff.hh mtasker.hh mtasker.cc lwres.hh logger.hh pdnsexception.hh \ -mplexer.hh pubsuffix.hh mbedtlscompat.hh \ +mplexer.hh pubsuffix.hh opensslsigners.hh \ dns_random.hh lua-recursor4.hh namespaces.hh \ recpacketcache.hh base32.hh cachecleaner.hh json.hh version.hh \ ws-recursor.hh ws-api.hh secpoll-recursor.hh \ @@ -50,7 +50,7 @@ devpollmplexer.cc recpacketcache.cc dns.cc reczones.cc base32.cc nsecrecords.cc dnslabeltext.cc json.cc ws-recursor.cc ws-api.cc version.cc dns_random.cc \ responsestats.cc webserver.cc rec-carbon.cc secpoll-recursor.cc dnsname.cc \ filterpo.cc rpzloader.cc ixfr.cc dnssecinfra.cc gss_context.cc resolver.cc \ -ednssubnet.cc validate.cc validate-recursor.cc mbedtlssigners.cc rec-lua-conf.cc \ +ednssubnet.cc validate.cc validate-recursor.cc opensslsigners.cc rec-lua-conf.cc \ sortlist.cc" curl https://publicsuffix.org/list/public_suffix_list.dat > effective_tld_names.dat @@ -68,16 +68,9 @@ cat >>$DIRNAME/config.h <