Remove support for OPENSSL_SSL_TRACE_CRYPTO
authorMatt Caswell <matt@openssl.org>
Mon, 8 May 2017 08:32:58 +0000 (09:32 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 9 May 2017 16:19:22 +0000 (17:19 +0100)
commit410ab527b38ea99e1d897cc60c45aad0d9bac913
tree7938752f10de9516471d32078de8a3da3cf0336d
parentd5b139e497d90962abd51a2f4354c7cae6d1c64d
Remove support for OPENSSL_SSL_TRACE_CRYPTO

This trace option does not appear in Configure as a separate option and is
undocumented. It can be switched on using "-DOPENSSL_SSL_TRACE_CRYPTO",
however this does not compile in master or in any 1.1.0 released version.

(cherry picked from commit eee2750bd3d25265bb44d029877434d2cc80970c)

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3413)
ssl/s3_enc.c
ssl/t1_enc.c
ssl/t1_trce.c