summaryrefslogtreecommitdiff
path: root/includes/arpa
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-06-29 08:50:56 -0400
committerThomas Markwalder <tmark@isc.org>2017-06-29 08:50:56 -0400
commit30afd7dbfa4c60736ee926e6621631b0a3bc9523 (patch)
tree6e1dd433e73ea0202f76057bc01112f0aac3390d /includes/arpa
parent5c03ed373d91b116475fbbc00348a7082db6e14c (diff)
downloadisc-dhcp-30afd7dbfa4c60736ee926e6621631b0a3bc9523.tar.gz
[master] Removed obsolete source directory minires.
Merges in rt45471.
Diffstat (limited to 'includes/arpa')
-rw-r--r--includes/arpa/nameser.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/includes/arpa/nameser.h b/includes/arpa/nameser.h
index eaa95f9e..d0f64b82 100644
--- a/includes/arpa/nameser.h
+++ b/includes/arpa/nameser.h
@@ -211,36 +211,8 @@ typedef enum __ns_update_operation {
ns_uop_max = 2
} ns_update_operation;
-/*
- * This structure is used for TSIG authenticated messages
- */
-struct ns_tsig_key {
- char name[NS_MAXDNAME], alg[NS_MAXDNAME];
- unsigned char *data;
- unsigned len;
-};
-typedef struct ns_tsig_key ns_tsig_key;
-
-/*
- * This structure is used for TSIG authenticated TCP messages
- */
-struct ns_tcp_tsig_state {
- int counter;
- struct dst_key *key;
- void *ctx;
- unsigned char sig[NS_PACKETSZ];
- unsigned siglen;
-};
-typedef struct ns_tcp_tsig_state ns_tcp_tsig_state;
-
-#define NS_TSIG_FUDGE 300
-#define NS_TSIG_TCP_COUNT 100
#define NS_TSIG_ALG_HMAC_MD5 "HMAC-MD5.SIG-ALG.REG.INT"
-#define NS_TSIG_ERROR_NO_TSIG -10
-#define NS_TSIG_ERROR_NO_SPACE -11
-#define NS_TSIG_ERROR_FORMERR -12
-
/*
* Currently defined type values for resources and queries.
*/