and this dnscrypt commit for chacha.

git-svn-id: file:///svn/unbound/trunk@4214 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-06-08 07:29:06 +00:00
parent 54eabdde58
commit b3b854072b

View 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 */