diff options
author | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2019-03-21 18:59:13 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2019-03-30 00:04:37 +0100 |
commit | 3a8269b3194f7528e3657cef70fe2db1ed38b755 (patch) | |
tree | 94025c25171cb2aa390151825998c388cc02349d /doc/man3/OSSL_trace_enabled.pod | |
parent | trace: apps/openssl: print the correct category name (diff) | |
download | openssl-3a8269b3194f7528e3657cef70fe2db1ed38b755.tar.xz openssl-3a8269b3194f7528e3657cef70fe2db1ed38b755.zip |
trace: rename the default trace category from 'ANY' to 'ALL'
It seems more intuitive to set `OPENSSL_TRACE=all` instead of
`OPENSSL_TRACE=any` to obtain trace output for all categories.
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8552)
Diffstat (limited to 'doc/man3/OSSL_trace_enabled.pod')
-rw-r--r-- | doc/man3/OSSL_trace_enabled.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OSSL_trace_enabled.pod b/doc/man3/OSSL_trace_enabled.pod index 98e3bd6356..e26dee5370 100644 --- a/doc/man3/OSSL_trace_enabled.pod +++ b/doc/man3/OSSL_trace_enabled.pod @@ -40,7 +40,7 @@ The tracing output is divided into types which are enabled individually by the application. The tracing types are described in detail in L<OSSL_trace_set_callback(3)/Trace types>. -The fallback type C<OSSL_TRACE_CATEGORY_ANY> should I<not> be used +The fallback type C<OSSL_TRACE_CATEGORY_ALL> should I<not> be used with the functions described here. Tracing for a specific category is enabled if a so called |