Garbage collect the last users of SSL_set_debug(3)
authortb <tb@openbsd.org>
Fri, 29 Dec 2023 12:15:49 +0000 (12:15 +0000)
committertb <tb@openbsd.org>
Fri, 29 Dec 2023 12:15:49 +0000 (12:15 +0000)
commitf53fd657d51a64e860134199b9354aef200f7da3
tree11fc957953a90dfc4cb73b50b7b669a797c02302
parent4578675d11047837db3bda6fd71ab9165ffbafbe
Garbage collect the last users of SSL_set_debug(3)

This undocumented, incomplete public function has never done anything
useful. It will be removed from libssl. Removing it from openssl(1)
clears the way for this.

ok jsing
usr.bin/openssl/s_client.c
usr.bin/openssl/s_server.c