diff options
Diffstat (limited to '')
-rw-r--r-- | dirmngr/dns-stuff.c (renamed from dirmngr/dns-cert.c) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dirmngr/dns-cert.c b/dirmngr/dns-stuff.c index 712dfc017..c2d40c9ad 100644 --- a/dirmngr/dns-cert.c +++ b/dirmngr/dns-stuff.c @@ -1,7 +1,8 @@ -/* dns-cert.c - DNS CERT code (rfc-4398) +/* dns-stuff.c - DNS related code including CERT RR (rfc-4398) * Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc. + * Copyright (C) 2005, 2006, 2009, 2015 Werner Koch * - * This file is part of GNUPG. + * This file is part of GnuPG. * * This file is free software; you can redistribute it and/or modify * it under the terms of either @@ -48,7 +49,7 @@ #include "util.h" #include "host2net.h" -#include "dns-cert.h" +#include "dns-stuff.h" /* Not every installation has gotten around to supporting CERTs yet... */ |