The branch master has been updated
via 866cc2334c95c8602eb4d018bfc224357c47b511 (commit)
from 29716a03e8c602d69d6c86558b2903b23edddd9b (commit)
- Log -----------------------------------------------------------------
commit 866cc2334c95c8602eb4d018bfc224357c47b511
Author: Shane Lontis <[email protected]>
Date: Tue Mar 26 15:20:22 2019 +1000
style nit fix
Reviewed-by: Matthias St. Pierre <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/8580)
-----------------------------------------------------------------------
Summary of changes:
test/provider_test.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/provider_test.c b/test/provider_test.c
index 3de9266..cba7cba 100644
--- 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))