From 17d38545669ed6f0e434bf8d267a7ee13aaceca5 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Fri, 29 Dec 2006 21:49:46 +0000
Subject: [PATCH] No longer require USE_CRYPTLIB=1 on the make command-line.

---
 src/sbbs3/GNUmakefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile
index 0fefb4886d..2b05921249 100644
--- a/src/sbbs3/GNUmakefile
+++ b/src/sbbs3/GNUmakefile
@@ -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)
-- 
GitLab