libs/nixio: link with libcrypto when using OpenSSL as digest backend
This commit is contained in:
parent
1178a7b231
commit
3face70859
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ifeq ($(NIXIO_TLS),axtls)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NIXIO_TLS),openssl)
|
ifeq ($(NIXIO_TLS),openssl)
|
||||||
NIXIO_LDFLAGS += -lssl
|
NIXIO_LDFLAGS += -lssl -lcrypto
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NIXIO_TLS),cyassl)
|
ifeq ($(NIXIO_TLS),cyassl)
|
||||||
|
|
Loading…
Reference in a new issue