CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2015/04/15 10:33:49
Modified files: usr.bin/openssl: s_time.c Log message: Only set the cipher list if one was specified and actually check the return value from SSL_CTX_set_cipher_list(). Also remove pointless getenv() handling. ok bcook@ doug@