Only set the cipher list if one was specified and actually check the return
authorjsing <jsing@openbsd.org>
Wed, 15 Apr 2015 16:33:49 +0000 (16:33 +0000)
committerjsing <jsing@openbsd.org>
Wed, 15 Apr 2015 16:33:49 +0000 (16:33 +0000)
commitabbe1350b0abccc33cf50238b173008641f73946
tree1d14f43f52d8963e8c5e1f8b0c5b3db3ae82e8b3
parentca366248adfd5c721424a6c92d7b72413e244187
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@
usr.bin/openssl/s_time.c