Updated due to ssl_wrapper.h refactoring

This commit is contained in:
Sergey Lyubka 2014-08-26 14:42:24 +01:00
parent 44561d163a
commit 73f2602ba0

View File

@ -21,12 +21,10 @@ struct config {
}; };
static struct config s_wrappers[] = { static struct config s_wrappers[] = {
{"ws1", {"127.0.0.1", 9001, 0, NULL, "7001", NULL, NULL, NULL, ""}}, {"ws1", {"127.0.0.1", 9001, 0, 0, 0, "", "7001", 0, 0}},
{"ws1", {"127.0.0.1", 9001, 0, NULL, "7002", "certs/ws1_server.pem", {"ws1", {"127.0.0.1", 9001, 0, 0, 0, "", "7002", "certs/ws1_server.pem", 0}},
NULL, NULL, ""}}, {"ws2", {"127.0.0.1", 9002, 1, 0, 0, "", "7003", 0, 0}},
{"ws2", {"127.0.0.1", 9002, 1, NULL, "7003", NULL, NULL, NULL, ""}}, {"ws2", {"127.0.0.1", 9002, 1, 0, 0, "", "7004", "certs/ws2_server.pem", 0}}
{"ws2", {"127.0.0.1", 9002, 1, NULL, "7004", "certs/ws2_server.pem",
NULL, NULL, ""}}
}; };
static int s_received_signal = 0; static int s_received_signal = 0;