提交 0f316a0c 编写于 作者: P Pauli

Fix return formatting.

Reviewed-by: NMatthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7564)

(cherry picked from commit 2087028612027368e9508e1b253aab715a5a35d6)
上级 030da743
...@@ -5106,7 +5106,8 @@ static int nss_keylog_int(const char *prefix, ...@@ -5106,7 +5106,8 @@ static int nss_keylog_int(const char *prefix,
size_t i; size_t i;
size_t prefix_len; 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 * Our output buffer will contain the following strings, rendered with
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册