summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-03-26 15:20:22 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-03-26 15:20:22 +1000
commit866cc2334c95c8602eb4d018bfc224357c47b511 (patch)
treeea54589adbf9af554d3f2dfe8dcf38025fd4b1b7
parent29716a03e8c602d69d6c86558b2903b23edddd9b (diff)
downloadopenssl-new-866cc2334c95c8602eb4d018bfc224357c47b511.tar.gz
style nit fix
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)
-rw-r--r--test/provider_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/provider_test.c b/test/provider_test.c
index 3de9266a99..cba7cbaa1d 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))