mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Re-indented dns-cert.c
This commit is contained in:
parent
f95cb909ba
commit
295b9e29c5
1 changed files with 104 additions and 103 deletions
|
@ -147,7 +147,8 @@ get_dns_cert (const char *name, size_t max_size, IOBUF *iobuf,
|
||||||
#else /*!USE_ADNS*/
|
#else /*!USE_ADNS*/
|
||||||
|
|
||||||
unsigned char *answer;
|
unsigned char *answer;
|
||||||
int r,ret=-1;
|
int ret = -1;
|
||||||
|
int r;
|
||||||
u16 count;
|
u16 count;
|
||||||
|
|
||||||
if (fpr)
|
if (fpr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue