CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/08/11 12:39:40
Modified files: lib/libssl : ssl_lib.c Log message: In SSL_new() just 'goto err' on allocation failure. The error path does the same as the currently duplicated code. ok inoguchi@ tb@