summaryrefslogtreecommitdiffstats
path: root/crypto/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/trace.c')
-rw-r--r--crypto/trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/trace.c b/crypto/trace.c
index 76f1fc98aa..51387641de 100644
--- a/crypto/trace.c
+++ b/crypto/trace.c
@@ -502,7 +502,7 @@ BIO *OSSL_trace_begin(int category)
return channel;
}
-void OSSL_trace_end(int category, BIO * channel)
+void OSSL_trace_end(int category, BIO *channel)
{
#ifndef OPENSSL_NO_TRACE
char *suffix = NULL;