Fix CIPHER_DEBUG
authorJimC <jim@carroll.com>
Sat, 6 Aug 2016 10:22:04 +0000 (06:22 -0400)
committerRich Salz <rsalz@openssl.org>
Sat, 6 Aug 2016 14:03:25 +0000 (10:03 -0400)
commita4a18b2f891c59fd78ad520da79146af13063892
treec1e53a71ce268dde013fc589970ef6f81a9da8d2
parente8fd2a4cb49c91e5af1608b3cd494e2a8cf02ae2
Fix CIPHER_DEBUG

Commit 3eb2aff renamed a field of ssl_cipher_st from algorithm_ssl -> min_tls but neglected to update the fprintf reference which is included by -DCIPHER_DEBUG

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1417)
ssl/ssl_ciph.c