diff options
author | Pauli <paul.dale@oracle.com> | 2018-11-05 22:06:25 +0100 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2018-11-05 22:06:56 +0100 |
commit | 2087028612027368e9508e1b253aab715a5a35d6 (patch) | |
tree | ca665d4df167425394ebae9c68ea2b04add8ed87 /ssl | |
parent | Cleanse the key log buffer. (diff) | |
download | openssl-2087028612027368e9508e1b253aab715a5a35d6.tar.xz openssl-2087028612027368e9508e1b253aab715a5a35d6.zip |
Fix return formatting.
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7564)
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/ssl_lib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 485e17e73b..e7e8aa90f9 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -5104,7 +5104,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 |