mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
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@fsij.org>
This commit is contained in:
parent
0b904ddea8
commit
bd0c94939f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user