add password check

This commit is contained in:
eddyem
2016-04-26 16:25:31 +03:00
parent 2ef16b2ab0
commit c6cc40baec
8 changed files with 667 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
PROGRAM = websocktest
LDFLAGS = $(shell pkg-config --libs libwebsockets) -lpthread
LDFLAGS = $(shell pkg-config --libs libwebsockets) -lpthread -lcrypto
SRCS = main.c que.c
CC = gcc
DEFINES += -DEBUG