From: Remi Gacogne Date: Fri, 17 May 2024 10:01:16 +0000 (+0200) Subject: dnsdist: Move the DNSCrypt files to pdns/dnsdistdist/ X-Git-Tag: rec-5.1.0-beta1~30^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e81d361a8e3aba11543183aeca6d5a263f66932;p=thirdparty%2Fpdns.git dnsdist: Move the DNSCrypt files to pdns/dnsdistdist/ --- diff --git a/pdns/dnscrypt.cc b/pdns/dnsdistdist/dnscrypt.cc similarity index 100% rename from pdns/dnscrypt.cc rename to pdns/dnsdistdist/dnscrypt.cc diff --git a/pdns/dnscrypt.hh b/pdns/dnsdistdist/dnscrypt.hh similarity index 100% rename from pdns/dnscrypt.hh rename to pdns/dnsdistdist/dnscrypt.hh diff --git a/pdns/test-dnscrypt_cc.cc b/pdns/dnsdistdist/test-dnscrypt_cc.cc similarity index 100% rename from pdns/test-dnscrypt_cc.cc rename to pdns/dnsdistdist/test-dnscrypt_cc.cc