CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2020/09/14 11:52:38
Modified files: lib/libssl : ssl_ciphers.c Log message: Avoid NULL deref SSL_{,CTX_}set_ciphersuites Move assignment to the correct place so that the run continuation condition actually checks what it is supposed to. Found by getting lucky when running regress. ok beck jsing