Remove "tkey-domain"

Since the "tkey-domain" statement has been previously obsoleted, mark it
as ancient to make any attempts to use it a fatal error.
This commit is contained in:
Michał Kępień 2025-10-06 14:14:33 +02:00
parent 45b19a0655
commit 5d8aa1673a
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -302,7 +302,6 @@ options {
tcp-primaries-timeout <integer>;
tcp-receive-buffer <integer>;
tcp-send-buffer <integer>;
tkey-domain <quoted_string>; // obsolete
tkey-gssapi-keytab <quoted_string>;
tls-port <integer>;
transfer-format ( many-answers | one-answer );

View file

@ -1348,7 +1348,7 @@ static cfg_clausedef_t options_clauses[] = {
{ "tcp-receive-buffer", &cfg_type_uint32, 0 },
{ "tcp-send-buffer", &cfg_type_uint32, 0 },
{ "tkey-dhkey", NULL, CFG_CLAUSEFLAG_ANCIENT },
{ "tkey-domain", &cfg_type_qstring, CFG_CLAUSEFLAG_OBSOLETE },
{ "tkey-domain", &cfg_type_qstring, CFG_CLAUSEFLAG_ANCIENT },
{ "tkey-gssapi-credential", &cfg_type_qstring, CFG_CLAUSEFLAG_ANCIENT },
{ "tkey-gssapi-keytab", &cfg_type_qstring, 0 },
{ "transfer-message-size", &cfg_type_uint32, 0 },