Skip to content
Snippets Groups Projects
Commit 17d38545 authored by deuce's avatar deuce
Browse files

No longer require USE_CRYPTLIB=1 on the make command-line.

parent 0552c7e0
Branches
Tags
No related merge requests found
......@@ -35,10 +35,7 @@ ifeq ($(os),qnx)
LDFLAGS += -lsocket
endif
ifdef USE_CRYPTLIB
CFLAGS += -DUSE_CRYPTLIB
SBBS_LIBS += -lcl
endif
SBBS_LIBS += -lcl
ifdef PREFIX
CFLAGS += -DPREFIX=$(PREFIX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment