Actually remove the HAVE_CAST_H define this time.

This commit is contained in:
Dimitry Andric 2010-10-30 16:30:50 +00:00
parent 04eefab695
commit 812b0fb7ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214560

View File

@ -56,7 +56,7 @@ LDADD= -ll -lpcap
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
CFLAGS+= -I${DESTDIR}/usr/include/openssl
CFLAGS+= -DHAVE_LIBCRYPTO -DHAVE_CAST_H -DHAVE_OPENSSL_EVP_H
CFLAGS+= -DHAVE_LIBCRYPTO -DHAVE_OPENSSL_EVP_H
.endif
.if ${MK_PF} != "no"