Simplify CBS_write_bytes() invocation
authortb <tb@openbsd.org>
Tue, 7 Jun 2022 17:20:26 +0000 (17:20 +0000)
committertb <tb@openbsd.org>
Tue, 7 Jun 2022 17:20:26 +0000 (17:20 +0000)
commit85792bdd4a272aa1830333e85536ca3ce269526b
treefd970972c5d6a5165060a2adca8e6a5f71a93b6c
parent388ab3bc828aaf7566be00ec3b56eee194bd5338
Simplify CBS_write_bytes() invocation

Now that master_key_length is a size_t, we no longer have to fiddle with
data_len. We can rather pass a pointer to it to CBS_write_bytes().

ok jsing
lib/libssl/ssl_asn1.c