CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/09 08:34:21
Modified files:
lib/libssl : ssl_clnt.c ssl_srvr.c
Log message:
Return 0/1 from ssl3_{send,get}_client_kex_gost()
Like other KEX handling functions, there is no need to return anything
other than failure/success here.
ok inoguchi@ tb@
