Add libcrypto to LDADD. This fixes problems seen with e.g. apache-modssl

Submitted by:	Jim Bloom <bloom@acm.org>
This commit is contained in:
Kris Kennaway 2000-04-04 07:31:01 +00:00
parent dbe3e0f575
commit aad873b098
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59000

View File

@ -9,6 +9,7 @@ LIB= rsaINTL
SHLIB_MAJOR= 1
CFLAGS+= -I${.OBJDIR}
LDADD+= -L${.OBJDIR}/../libcrypto -lcrypto
# rsaref
SRCS+= rsa_err.c rsa_eay.c rsa_intlstubs.c