trace: rename the trace channel types
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Sun, 10 Mar 2019 10:07:27 +0000 (11:07 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 15 Mar 2019 07:48:43 +0000 (08:48 +0100)
commit5afb177c3c84d36244fd1b25b96a204ae6777a51
tree516700c593c0302c72d305c488ddccca2b68d02a
parente474a286f55966cd14b96334a621e53df62d3ef6
trace: rename the trace channel types

Since the term 'channel' is already used as synonym for a BIO object attached
to a trace category, having a 't_channel' channel type and a 't_callback' channel
type somehow overburdens this term. For that reason the type enum constants are
renamed to 'SIMPE_CHANNEL' and 'CALLBACK_CHANNEL'.
(The conversion to capital letters was done to comply to the coding style.)

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8463)
crypto/trace.c