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:
29716a0
)
style nit fix
author
Shane Lontis
<shane.lontis@oracle.com>
Tue, 26 Mar 2019 05:20:22 +0000
(15:20 +1000)
committer
Shane Lontis
<shane.lontis@oracle.com>
Tue, 26 Mar 2019 05:20:22 +0000
(15:20 +1000)
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8580)
test/provider_test.c
patch
|
blob
|
history
diff --git
a/test/provider_test.c
b/test/provider_test.c
index 3de9266a993307aaed7b0626498d3f6439f6bb80..cba7cbaa1df8861875e0529e575422716608de7d 100644
(file)
--- a/
test/provider_test.c
+++ b/
test/provider_test.c
@@
-33,8
+33,8
@@
static int test_provider(const char *name)
char expected_greeting[256];
BIO_snprintf(expected_greeting, sizeof(expected_greeting),
- "Hello OpenSSL %.20s, greetings from %s!",
- OPENSSL_VERSION_STR, name);
+
"Hello OpenSSL %.20s, greetings from %s!",
+
OPENSSL_VERSION_STR, name);
return
TEST_ptr(prov = OSSL_PROVIDER_load(NULL, name))