From 69bf4a8d33a9920569c16c3f85ca692c37820a1d Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Tue, 12 Sep 2023 18:26:46 +0900 Subject: [PATCH] rollback tls/client-tcp.c --- tls/client-tcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tls/client-tcp.c b/tls/client-tcp.c index 664c60da..cf53412b 100644 --- a/tls/client-tcp.c +++ b/tls/client-tcp.c @@ -27,14 +27,14 @@ /* socket includes */ #include #include -//#include +#include #include #define DEFAULT_PORT 11111 -int TCPclient(int argc, char** argv) +int main(int argc, char** argv) { int sockfd; struct sockaddr_in servAddr;