diff options
Diffstat (limited to '')
-rw-r--r-- | common/dns-cert.c | 3 | ||||
-rw-r--r-- | common/pka.c | 3 | ||||
-rw-r--r-- | common/srv.c | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/common/dns-cert.c b/common/dns-cert.c index 179bb1524..4e297bf92 100644 --- a/common/dns-cert.c +++ b/common/dns-cert.c @@ -44,9 +44,6 @@ #endif #ifdef USE_ADNS # include <adns.h> -# ifndef HAVE_ADNS_FREE -# define adns_free free -# endif #endif #include "util.h" diff --git a/common/pka.c b/common/pka.c index 3c45e8bbf..d47216298 100644 --- a/common/pka.c +++ b/common/pka.c @@ -48,9 +48,6 @@ #endif /* USE_DNS_PKA */ #ifdef USE_ADNS # include <adns.h> -# ifndef HAVE_ADNS_FREE -# define adns_free free -# endif #endif #include "util.h" diff --git a/common/srv.c b/common/srv.c index 380e356bd..7a0c42d4f 100644 --- a/common/srv.c +++ b/common/srv.c @@ -45,9 +45,6 @@ #include <time.h> #ifdef USE_ADNS # include <adns.h> -# ifndef HAVE_ADNS_FREE -# define adns_free free -# endif #endif #include "util.h" |