Remove redeclaration of ret
authortb <tb@openbsd.org>
Mon, 15 Aug 2022 10:45:25 +0000 (10:45 +0000)
committertb <tb@openbsd.org>
Mon, 15 Aug 2022 10:45:25 +0000 (10:45 +0000)
commit40f5d299d988a8aa308e3b106836512a9cfd70da
treee4614c4c21f825a52cf9fa72d50e29329a9dfbf4
parentb3aaf4900241d466fa79a3aa79e966e01b71f93a
Remove redeclaration of ret

When ret was introduced in an outer scope in r1.113, this declaration
wasn't garbage collected.

ok jsing
lib/libssl/ssl_clnt.c