diff --git a/util/netevent.h b/util/netevent.h index ffee0589a..54740266d 100644 --- a/util/netevent.h +++ b/util/netevent.h @@ -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 */