Skip to content

Commit 69bf4a8

Browse files
committed
rollback tls/client-tcp.c
1 parent 4b64a7b commit 69bf4a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tls/client-tcp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
/* socket includes */
2828
#include <sys/socket.h>
2929
#include <arpa/inet.h>
30-
//#include <netinet/in.h>
30+
#include <netinet/in.h>
3131
#include <unistd.h>
3232

3333
#define DEFAULT_PORT 11111
3434

3535

3636

37-
int TCPclient(int argc, char** argv)
37+
int main(int argc, char** argv)
3838
{
3939
int sockfd;
4040
struct sockaddr_in servAddr;

0 commit comments

Comments
 (0)