summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authortls <tls@NetBSD.org>2001-09-09 20:54:25 +0000
committertls <tls@NetBSD.org>2001-09-09 20:54:25 +0000
commitf52ec0ef7e4e02fa950f52212b60c79e8f4ff7f1 (patch)
tree3cbac314ffca73f0cba323e8270b57e1b1a7b216 /lib/libcrypto
parentdb45c794bad593964133b22b92dd7eddf5c76cd4 (diff)
tweak the x86 options a bit
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/des.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/des.inc b/lib/libcrypto/des.inc
index d95a41d6f8e..87d0fd1e6e4 100644
--- a/lib/libcrypto/des.inc
+++ b/lib/libcrypto/des.inc
@@ -1,4 +1,4 @@
-# $NetBSD: des.inc,v 1.5 2001/09/09 20:41:47 tls Exp $
+# $NetBSD: des.inc,v 1.6 2001/09/09 20:54:25 tls Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -9,10 +9,10 @@
CPPFLAGS+= -I${OPENSSLSRC}/crypto/des
-.if (${MACHINE_ARCH} == "mips")
+.if (${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "i386")
CPPFLAGS+= -DDES_UNROLL -DDES_RISC2 -DDES_PTR
.endif
-.if (${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "i386")
+.if (${MACHINE_ARCH} == "sparc64")
CPPFLAGS+= -DDES_UNROLL -DDES_RISC1 -DDES_PTR
.endif
.if (${MACHINE_ARCH} == "alpha")