mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-31 02:39:27 -05:00
and this dnscrypt commit for chacha.
git-svn-id: file:///svn/unbound/trunk@4214 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
54eabdde58
commit
b3b854072b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue