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>
Mon, 8 May 2017 10:42:37 +0000 (11:42 +0100)
commiteee2750bd3d25265bb44d029877434d2cc80970c
treef7b9c3a19833bcbe3dcb45a04165856f63e559ee
parent12635aa09d8dbf73fc29cd8e7bfe698d9c255ca3
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.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3408)
ssl/s3_enc.c
ssl/t1_enc.c
ssl/t1_trce.c
ssl/tls13_enc.c