Revert r216473.

WARNS=6 causes "warning: cast increases required alignment of target type"
on arm, ia64, mips, and sparc64.
This commit is contained in:
David E. O'Brien 2010-12-16 17:54:56 +00:00
parent ce7a3e4774
commit d8ca56cb98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216493

View File

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