Return 0/1 from ssl3_{send,get}_client_kex_gost()
authorjsing <jsing@openbsd.org>
Sun, 9 Jan 2022 15:34:21 +0000 (15:34 +0000)
committerjsing <jsing@openbsd.org>
Sun, 9 Jan 2022 15:34:21 +0000 (15:34 +0000)
commit7caec30cb620cf1191c65be4ed4cc06ff7a70189
tree62a819e2f00319dd4067f2c942486d6cd4cb6dcf
parente94066c9cd3e9fba8d12eef75b72d05286be41dc
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@
lib/libssl/ssl_clnt.c
lib/libssl/ssl_srvr.c