aboutsummaryrefslogtreecommitdiff
path: root/dnscrypt/dnscrypt.h
diff options
context:
space:
mode:
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;