]> git.ipfire.org Git - thirdparty/bind9.git/commit
minor tkey-related fixups
authorEvan Hunt <each@isc.org>
Thu, 13 Apr 2023 08:22:09 +0000 (01:22 -0700)
committerEvan Hunt <each@isc.org>
Wed, 14 Jun 2023 08:14:38 +0000 (08:14 +0000)
commitf4084ff54378170d0e130ab139a5c87de8180267
tree6028f2dbc7f9ae0289485f9cbe64d7e51ae6caa6
parent96e8b0e78234ddfcf6843da7c98dfd623de3236b
minor tkey-related fixups

- style fixes and general tidying-up in tkey.c
- remove the unused 'intoken' parameter from dns_tkey_buildgssquery()
- remove an unnecessary call to dns_tkeyctx_create() in ns_server_create()
  (the TKEY context that was created there would soon be destroyed and
  another one created when the configuration was loaded).
bin/nsupdate/nsupdate.c
lib/dns/include/dns/tkey.h
lib/dns/tkey.c
lib/ns/server.c