Lionel Sambuc ebfedea0ce Importing crypto libraries
- crypto/external/bsd/heimdal
 - crypto/external/bsd/libsaslc
 - crypto/external/bsd/netpgp
 - crypto/external/bsd/openssl

Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
2015-10-07 23:37:12 +02:00

13 lines
338 B
PHP

# $NetBSD: des.inc,v 1.1 2009/07/19 23:30:45 christos Exp $
# XXX WE NEED A WAY TO DETERMINE THESE AT COMPILE-TIME BASED ON
# XXX COMPILER OPTIONS.
# These are good for StrongARM with -mcpu=strongarm
#CPPFLAGS+= -DDES_RISC1
# These are good for XScale with -mcpu=xscale
#CPPFLAGS+= -DDES_RISC1 -DDES_PTR
.include "${.CURDIR}/des.inc"