This code isn't WARNS=6 clean in the standard (crypto) case

due to bugs in OpenSSL headers.  I was testing in the wrong
environmement: standalone build without crypto/ sources.
This commit is contained in:
ru 2003-07-20 12:26:24 +00:00
parent 975f59894e
commit 14e655afc3

View File

@ -8,6 +8,7 @@ MLINKS= ed.1 red.1
.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
DISTRIBUTION=crypto
CFLAGS+=-DDES
WARNS?= 2
DPADD= ${LIBCRYPTO}
LDADD= -lcrypto
.endif