mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-20 00:30:59 +03:00
add password check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user