[Pkg-gnupg-commit] [gnupg2] 58/132: dirmngr: Fix dns-stuff.c in another way.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 17 03:07:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit bd0c94939faf8ccfc117fb595e9bc0105edcafa4
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Wed Apr 12 10:19:27 2017 +0900

    dirmngr: Fix dns-stuff.c in another way.
    
    * dirmngr/dns-stuff.c (T_CERT): Define our own.
    
    --
    
    T_CERT may be defined by another enum type even if the value is same.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
---
 dirmngr/dns-stuff.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dirmngr/dns-stuff.c b/dirmngr/dns-stuff.c
index 728f662..cb0456a 100644
--- a/dirmngr/dns-stuff.c
+++ b/dirmngr/dns-stuff.c
@@ -95,9 +95,8 @@
 #ifndef T_SRV
 #define T_SRV 33
 #endif
-#ifndef T_CERT
-# define T_CERT 37
-#endif
+#undef T_CERT
+#define T_CERT 37
 
 /* The standard SOCKS and TOR ports.  */
 #define SOCKS_PORT 1080

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list