commit 7e9ec3e5306d96febf581a46992768f1400d2a25
parent 050af582eed2c147d9726ef2c25fc448c022ce7f
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 4 Sep 2016 10:50:58 +0000
-indent
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/microhttpd/test_upgrade_ssl.c b/src/microhttpd/test_upgrade_ssl.c
@@ -98,7 +98,6 @@ openssl_connect (int *sock,
destination,
"-verify",
"0",
- // "-quiet",
(char *) NULL);
_exit (1);
}
@@ -427,9 +426,7 @@ test_upgrade_internal_select ()
MHD_socket_close_ (sock);
pthread_join (pt,
NULL);
- waitpid (pid,
- NULL,
- 0);
+ waitpid (pid, NULL, 0);
MHD_stop_daemon (d);
return 0;
}