Remove const from tls1_transcript_hash_value()
authorjsing <jsing@openbsd.org>
Thu, 17 Mar 2022 17:22:16 +0000 (17:22 +0000)
committerjsing <jsing@openbsd.org>
Thu, 17 Mar 2022 17:22:16 +0000 (17:22 +0000)
commitf4578efd6f98a92802ec786167394b4c36b4a888
treec4c93eb99d48e9ca3e8ae9488b13ddd5f9e178f9
parent867c12bbb15dfc97f01d9212285fc9ad27aca4f7
Remove const from tls1_transcript_hash_value()

This function populates the passed *out argument, hence it should not be
marked const.

ok tb@
lib/libssl/ssl_locl.h
lib/libssl/ssl_transcript.c