1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Support CERT records via ADNS

This commit is contained in:
Werner Koch 2009-12-08 12:20:11 +00:00
parent 146a4665bb
commit bb861ac730
5 changed files with 121 additions and 11 deletions

View file

@ -66,7 +66,7 @@ static const char *kdns_root;
/* The replacement string for the at sign. */
static const char *kdns_at_repl;
/* Flag indicating that a TCP conenction should be used. */
/* Flag indicating that a TCP connection should be used. */
static int kdns_usevc;