Revert r216473.

WARNS=6 causes "warning: cast increases required alignment of target type"
on arm, ia64, mips, and sparc64.
This commit is contained in:
obrien 2010-12-16 17:54:56 +00:00
parent 8dbc24f860
commit 60edfae607

View File

@ -11,7 +11,7 @@ SRCS+= sha2.c
DPADD= ${LIBMD} ${LIBCRYPTO}
LDADD= -lmd -lcrypto
WARNS?= 6
WARNS?= 3
CFLAGS+=-I${.CURDIR}/../../../../sys