LDNS needs OpenSSL. This wasn't a problem as long as it was only build

statically, since any program using it would have to link with it anyway.

Approved by:	re (blanket)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-08 19:39:18 +00:00
parent c02d19b6b6
commit 1a5d9b871d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255402

View file

@ -18,6 +18,9 @@ SRCS= buffer.c dane.c dname.c dnssec.c dnssec_sign.c dnssec_verify.c \
SRCS+= b32_ntop.c b32_pton.c b64_ntop.c b64_pton.c
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
WARNS ?= 3
.include <bsd.lib.mk>