]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Remove (now unused) event2 include from dnscrypt code.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 27 Mar 2017 06:27:22 +0000 (06:27 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 27 Mar 2017 06:27:22 +0000 (06:27 +0000)
git-svn-id: file:///svn/unbound/trunk@4082 be551aaa-1e26-0410-a405-d3ace91eadb9

dnscrypt/dnscrypt.c
doc/Changelog

index 0a15f9f5648836c0ada53bc1f93bcd91b3fe0761..ce723127402d10f033ca3b50e00c1372bd5f4760 100644 (file)
@@ -2,7 +2,6 @@
 #include "config.h"
 #include <stdlib.h>
 #include <fcntl.h>
-#include <event2/util.h>
 #include "sldns/sbuffer.h"
 #include "util/config_file.h"
 #include "util/net_help.h"
index 8cb15487ca21cc38b7c5dc9b9caf80b8523a6e4e..a70ba8214a60b38cdf923383b413a80d3ff70d40 100644 (file)
@@ -1,3 +1,6 @@
+27 March 2017: Wouter
+       - Remove (now unused) event2 include from dnscrypt code.
+
 24 March 2017: George
        - Fix to prevent non-referal query from being cached as referal when the
          no_cache_store flag was set.