diff options
author | Werner Koch <[email protected]> | 2015-10-21 08:29:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-10-21 08:29:02 +0000 |
commit | 5055b617a94587580bc16a56bb82333077b05693 (patch) | |
tree | 30dd680f2f7a97e6e934594e6fd5e05be365a4e4 /dirmngr/dns-stuff.c | |
parent | common: Add status code for use by g13. (diff) | |
download | gnupg-5055b617a94587580bc16a56bb82333077b05693.tar.gz gnupg-5055b617a94587580bc16a56bb82333077b05693.zip |
dirmngr: Rename file dns-cert.c.
* dirmngr/dns-cert.c: Rename to dirmngr/dns-stuff.c.
* dirmngr/dns-cert.h: Rename to dirmngr/dns-stuff.h and change
includers.
* dirmngr/t-dns-cert.c: Rename to dirmngr/t-dns-stuff.c.
* dirmngr/Makefile.am: Adjust.
Signed-off-by: Werner Koch <[email protected]>
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... */ |