]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
and this dnscrypt commit for chacha.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 8 Jun 2017 07:29:06 +0000 (07:29 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 8 Jun 2017 07:29:06 +0000 (07:29 +0000)
git-svn-id: file:///svn/unbound/trunk@4214 be551aaa-1e26-0410-a405-d3ace91eadb9

util/netevent.h

index ffee0589ad540ee97a1668df6f41787a7ea6a42a..54740266d0a4e5a4f93e7adb1839b4dca5860d4e 100644 (file)
@@ -120,7 +120,7 @@ struct comm_reply {
 #ifdef USE_DNSCRYPT
        uint8_t client_nonce[crypto_box_HALF_NONCEBYTES];
        uint8_t nmkey[crypto_box_BEFORENMBYTES];
-       const KeyPair *keypair;
+       const dnsccert *dnsc_cert;
        int is_dnscrypted;
 #endif
        /** the return source interface data */