diff options
Diffstat (limited to 'doc/man3/OSSL_trace_enabled.pod')
-rw-r--r-- | doc/man3/OSSL_trace_enabled.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man3/OSSL_trace_enabled.pod b/doc/man3/OSSL_trace_enabled.pod index 94af9f44c2..58db2cc9fd 100644 --- a/doc/man3/OSSL_trace_enabled.pod +++ b/doc/man3/OSSL_trace_enabled.pod @@ -33,6 +33,7 @@ OSSL_TRACE_ENABLED } OSSL_TRACE_END(category); /* one-shot trace macros */ + OSSL_TRACE(category, text) OSSL_TRACE1(category, format, arg1) OSSL_TRACE2(category, format, arg1, arg2) ... |