CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/17 11:22:16
Modified files:
lib/libssl : ssl_locl.h ssl_transcript.c
Log message:
Remove const from tls1_transcript_hash_value()
This function populates the passed *out argument, hence it should not be
marked const.
ok tb@
