From 7546fad324e80fc8c708e3a7deb9cddc4ca8b13c Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 29 Jul 2016 15:49:08 +0200 Subject: [PATCH] Removing OpenSSL as a dependency. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85c75ff01..07ab6aecf 100644 --- a/Makefile +++ b/Makefile @@ -177,7 +177,7 @@ CWARNFLAGS := -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations CDEBUGFLAGS := -g -fstack-protector CFLAGS := $(CWARNFLAGS) $(CDEBUGFLAGS) -I $(CCANDIR) -I secp256k1/include/ -I . $(FEATURES) -LDLIBS := -lcrypto -lprotobuf-c -lgmp -lsodium -lbase58 +LDLIBS := -lprotobuf-c -lgmp -lsodium -lbase58 $(PROGRAMS): CFLAGS+=-I. default: $(PROGRAMS) daemon-all