diff options
Diffstat (limited to 'libs/nixio/Makefile')
-rw-r--r-- | libs/nixio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |