From 3face708593d3de417b93472b827d05a8a5813fb Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 20 Nov 2011 18:18:46 +0000 Subject: [PATCH] libs/nixio: link with libcrypto when using OpenSSL as digest backend --- libs/nixio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/nixio/Makefile b/libs/nixio/Makefile index 42d3666524..fd2e06afc8 100644 --- a/libs/nixio/Makefile +++ b/libs/nixio/Makefile @@ -32,7 +32,7 @@ ifeq ($(NIXIO_TLS),axtls) endif ifeq ($(NIXIO_TLS),openssl) - NIXIO_LDFLAGS += -lssl + NIXIO_LDFLAGS += -lssl -lcrypto endif ifeq ($(NIXIO_TLS),cyassl) -- 2.30.2