summaryrefslogtreecommitdiffstats
path: root/test/ssl_old_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ssl_old_test.c')
-rw-r--r--test/ssl_old_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ssl_old_test.c b/test/ssl_old_test.c
index 18677af6f8..8c26f3ed2f 100644
--- a/test/ssl_old_test.c
+++ b/test/ssl_old_test.c
@@ -903,8 +903,7 @@ int main(int argc, char *argv[])
int ret = EXIT_FAILURE;
int client_auth = 0;
int server_auth = 0, i;
- struct app_verify_arg app_verify_arg =
- { APP_CALLBACK_STRING, 0 };
+ struct app_verify_arg app_verify_arg = { APP_CALLBACK_STRING, 0 };
SSL_CTX *c_ctx = NULL;
const SSL_METHOD *meth = NULL;
SSL *c_ssl = NULL;