From 0f316a0c208b90336b171fa05f8eaf4056c5a01d Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 6 Nov 2018 07:06:25 +1000 Subject: Fix return formatting. Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/7564) (cherry picked from commit 2087028612027368e9508e1b253aab715a5a35d6) --- ssl/ssl_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ssl/ssl_lib.c') diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 96b3ed0860..17b13d14e3 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -5106,7 +5106,8 @@ static int nss_keylog_int(const char *prefix, size_t i; size_t prefix_len; - if (ssl->ctx->keylog_callback == NULL) return 1; + if (ssl->ctx->keylog_callback == NULL) + return 1; /* * Our output buffer will contain the following strings, rendered with -- cgit v1.2.3