commit | d61e6040a02464f1dd41942ee1e17ef59822102d | [log] [tgz] |
---|---|---|
author | Tilman Keskinöz <arved@arved.at> | Thu May 17 13:04:31 2018 +0200 |
committer | Andy Polyakov <appro@openssl.org> | Mon May 21 21:57:18 2018 +0200 |
tree | 68ba2d3bd9ad100b3ae1674510a8e6bc4230e440 | |
parent | 6671c775e661b6bda139ec8154905bf566fb77c9 [diff] |
ssl/ssl_txt: fix NULL-check NULL-check for cipher is redundant, instead check if cipher->name is NULL While here fix formatting of BIO_printf calls as suggested by Andy Polyakov. CLA: trivial Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6282)