Actually remove the HAVE_CAST_H define this time.

This commit is contained in:
dim 2010-10-30 16:30:50 +00:00
parent 270962e5e2
commit ce6cf18f95

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"