mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-20 14:37:08 +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
|
#ifndef T_SRV
|
||||||
#define T_SRV 33
|
#define T_SRV 33
|
||||||
#endif
|
#endif
|
||||||
#ifndef T_CERT
|
#undef T_CERT
|
||||||
#define T_CERT 37
|
#define T_CERT 37
|
||||||
#endif
|
|
||||||
|
|
||||||
/* The standard SOCKS and TOR ports. */
|
/* The standard SOCKS and TOR ports. */
|
||||||
#define SOCKS_PORT 1080
|
#define SOCKS_PORT 1080
|
||||||
|
Loading…
x
Reference in New Issue
Block a user