aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_upgrade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_upgrade.c')
-rw-r--r--src/microhttpd/test_upgrade.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c
index e96009c3..64b47e5d 100644
--- a/src/microhttpd/test_upgrade.c
+++ b/src/microhttpd/test_upgrade.c
@@ -117,14 +117,14 @@ gnutlscli_connect (int *sock,
117 "--insecure", 117 "--insecure",
118 "-p", 118 "-p",
119 destination, 119 destination,
120 "localhost", 120 "127.0.0.1",
121 (char *) NULL); 121 (char *) NULL);
122 } 122 }
123 else if (TLS_CLI_OPENSSL == use_tls_tool) 123 else if (TLS_CLI_OPENSSL == use_tls_tool)
124 { 124 {
125 snprintf (destination, 125 snprintf (destination,
126 sizeof(destination), 126 sizeof(destination),
127 "localhost:%u", 127 "127.0.0.1:%u",
128 (unsigned int) port); 128 (unsigned int) port);
129 execlp ("openssl", 129 execlp ("openssl",
130 "openssl", 130 "openssl",