summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/dns/tsig.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dig/lib/dns/tsig.c')
-rw-r--r--usr.bin/dig/lib/dns/tsig.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/dig/lib/dns/tsig.c b/usr.bin/dig/lib/dns/tsig.c
index 42de09a8dda..44ef01ecf3e 100644
--- a/usr.bin/dig/lib/dns/tsig.c
+++ b/usr.bin/dig/lib/dns/tsig.c
@@ -15,7 +15,7 @@
*/
/*
- * $Id: tsig.c,v 1.3 2020/02/13 08:16:01 florian Exp $
+ * $Id: tsig.c,v 1.4 2020/02/13 08:20:08 florian Exp $
*/
/*! \file */
@@ -46,10 +46,6 @@
#define TSIG_MAGIC ISC_MAGIC('T', 'S', 'I', 'G')
#define VALID_TSIG_KEY(x) ISC_MAGIC_VALID(x, TSIG_MAGIC)
-#ifndef DNS_TSIG_MAXGENERATEDKEYS
-#define DNS_TSIG_MAXGENERATEDKEYS 4096
-#endif
-
#define is_response(msg) (msg->flags & DNS_MESSAGEFLAG_QR)
#define algname_is_allocated(algname) \
((algname) != dns_tsig_hmacsha1_name && \