libs/nixio: link with libcrypto when using OpenSSL as digest backend

This commit is contained in:
Jo-Philipp Wich 2011-11-20 18:18:46 +00:00
parent 1178a7b231
commit 3face70859

View file

@ -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)