- Remove (now unused) event2 include from dnscrypt code.

git-svn-id: file:///svn/unbound/trunk@4082 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-03-27 06:27:22 +00:00
parent d8272d4010
commit 3f7af974a3
2 changed files with 3 additions and 1 deletions

View 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"

View 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.