projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e931f37
)
Fix return formatting.
author
Pauli
<paul.dale@oracle.com>
Mon, 5 Nov 2018 21:06:25 +0000
(07:06 +1000)
committer
Pauli
<paul.dale@oracle.com>
Mon, 5 Nov 2018 21:06:56 +0000
(07:06 +1000)
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7564)
ssl/ssl_lib.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_lib.c
b/ssl/ssl_lib.c
index 485e17e73b7959122d440535c21139c12a9aaa96..e7e8aa90f9768d873aad074fb57c54a58752764f 100644
(file)
--- 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