aboutsummaryrefslogtreecommitdiff
path: root/lib/libldns
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libldns')
-rw-r--r--lib/libldns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libldns/Makefile b/lib/libldns/Makefile
index 042b4e046a0d..34ffe7d2ed73 100644
--- a/lib/libldns/Makefile
+++ b/lib/libldns/Makefile
@@ -19,7 +19,7 @@ SRCS= buffer.c dane.c dname.c dnssec.c dnssec_sign.c dnssec_verify.c \
SRCS+= b64_ntop.c b64_pton.c
-LIBADD= crypto
+LIBADD= ssl crypto
WARNS ?= 3