Make more compile time options the same as the pkgsrc version

This commit is contained in:
martin 2015-03-21 15:56:54 +00:00
parent 2b56eacd4f
commit 36c17f1650
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# $NetBSD: bf.inc,v 1.1 2015/03/21 15:56:54 martin Exp $
CPPFLAGS+= -DBF_PTR
.include "${.CURDIR}/bf.inc"

View File

@ -0,0 +1,3 @@
.PATH.S: ${.PARSEDIR}
CPPFLAGS+= -DBN_LLONG="long long"
.include "../../bn.inc"

View File

@ -0,0 +1,5 @@
# $NetBSD: des.inc,v 1.3 2015/03/21 15:56:54 martin Exp $
.PATH.S: ${.PARSEDIR}
CPPFLAGS+= -DDES_INT -DDES_UNROLL
.include "${.CURDIR}/des.inc"

View File

@ -0,0 +1,3 @@
.PATH.S: ${.PARSEDIR}
CPPFLAGS+= -DRC4_CHUNK="unsigned long" -DRC4_INT="unsigned char"
.include "../../rc4.inc"