diff options
Diffstat (limited to 'test/ossl_store_test.c')
-rw-r--r-- | test/ossl_store_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ossl_store_test.c b/test/ossl_store_test.c index b45d1d548f23..ba1bc6fdc50f 100644 --- a/test/ossl_store_test.c +++ b/test/ossl_store_test.c @@ -105,7 +105,7 @@ static int test_store_get_params(int idx) const char *urifmt; char uri[PATH_MAX]; - switch(idx) { + switch (idx) { #ifndef OPENSSL_NO_DH case 0: type = "DH"; |