]> git.ipfire.org Git - thirdparty/bind9.git/commit
Pass key length to raw_key_to_ossl() by value
authorMichał Kępień <michal@isc.org>
Fri, 19 Nov 2021 09:32:21 +0000 (10:32 +0100)
committerMark Andrews <marka@isc.org>
Mon, 22 Nov 2021 21:44:47 +0000 (08:44 +1100)
commita9ab2bf60ba19e76d163a8e661657cebfbf1d49f
tree8eadcc293fc7c1fec257f6f656fc441faa211571
parenta482a6b2049c62ef77b8b8f11d0a6c32f7ac05c3
Pass key length to raw_key_to_ossl() by value

As raw_key_to_ossl() no longer stores anything at the pointer passed to
it in the 'key_len' parameter, change the type of the latter to size_t.
lib/dns/opensslecdsa_link.c