diff options
Diffstat (limited to 'src/pluto/dnskey.h')
-rw-r--r-- | src/pluto/dnskey.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pluto/dnskey.h b/src/pluto/dnskey.h index d26a0e64f..39a406cbd 100644 --- a/src/pluto/dnskey.h +++ b/src/pluto/dnskey.h @@ -47,14 +47,7 @@ struct adns_continuation { #endif struct adns_continuation *previous, *next; struct pubkey *last_info; /* the last structure we accumulated */ -#ifdef USE_LWRES - bool used; /* have we called the cont_fn yet? */ - struct { - u_char name_buf[NS_MAXDNAME + 2]; - } query; -#else /* ! USE_LWRES */ struct adns_query query; -#endif /* ! USE_LWRES */ }; extern err_t start_adns_query(identification_t *id /* domain to query */ |