mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Re-indented dns-cert.c
This commit is contained in:
parent
fb38740ab5
commit
feeccdcb11
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