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:
parent
975f59894e
commit
14e655afc3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user