]> git.ipfire.org Git - thirdparty/bind9.git/commit
tlsctx_client_session_cache_new() -> tlsctx_client_session_create()
authorArtem Boldariev <artem@boldariev.com>
Thu, 22 Dec 2022 18:04:22 +0000 (20:04 +0200)
committerArtem Boldariev <artem@boldariev.com>
Fri, 23 Dec 2022 11:58:14 +0000 (13:58 +0200)
commitbccbf282498881e182b4e7e8a69a779b38cdb98a
treebfe9fe85a4eb27e96e8bca178edd4a8410e2fd45
parentb05b05cb48d5325d0d520b7a0206699108c1c29b
tlsctx_client_session_cache_new() -> tlsctx_client_session_create()

Additionally to renaming, it changes the function definition so that
it accepts a pointer to pointer instead of returning a pointer to the
new object.

It is mostly done to make it in line with other functions in the
module.

(cherry picked from commit 7962e7f5757f77366bbcc4350ae43e5c0e4044c0)
bin/dig/dighost.c
lib/dns/xfrin.c
lib/isc/include/isc/tls.h
lib/isc/tls.c
tests/isc/doh_test.c
tests/isc/netmgr_test.c