aboutsummaryrefslogtreecommitdiff
path: root/dnscrypt/dnscrypt.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:56:38 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:56:38 +0000
commit197f1a0fe3e81cde0cd25a3a1f37ebedf9a99488 (patch)
tree9a121ad4cef31a32608c065400c31246d549c0dc /dnscrypt/dnscrypt.h
parentb5c63b395d5df7ff6ee4d41a7dfecd938d894037 (diff)
Vendor import of Unbound 1.7.0.vendor/unbound/1.7.0
Diffstat (limited to 'dnscrypt/dnscrypt.h')
-rw-r--r--dnscrypt/dnscrypt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dnscrypt/dnscrypt.h b/dnscrypt/dnscrypt.h
index 7dec2c488cf3..666f54e62aa4 100644
--- a/dnscrypt/dnscrypt.h
+++ b/dnscrypt/dnscrypt.h
@@ -54,8 +54,10 @@ typedef struct cert_ {
struct dnsc_env {
struct SignedCert *signed_certs;
+ struct SignedCert **rotated_certs;
dnsccert *certs;
size_t signed_certs_count;
+ size_t rotated_certs_count;
uint8_t provider_publickey[crypto_sign_ed25519_PUBLICKEYBYTES];
uint8_t provider_secretkey[crypto_sign_ed25519_SECRETKEYBYTES];
KeyPair *keypairs;