CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/12/29 05:15:49
Modified files: usr.bin/openssl: s_client.c s_server.c Log message: 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