aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2004-11-16 20:42:32 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2004-11-16 20:42:32 +0000
commit2d68e3fb92624f0041f8394b6aa8a53c23ba31d9 (patch)
tree675ab00de5628f598aa1773d0c714a0300dafb2d /sys/crypto
parent60ede768f7cb48efacfe29a75bffe9f2546f2a50 (diff)
Notes
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/blowfish/arch/i386/bf_enc.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/blowfish/arch/i386/bf_enc.S b/sys/crypto/blowfish/arch/i386/bf_enc.S
index a261e5517b7d5..bcee9c5423546 100644
--- a/sys/crypto/blowfish/arch/i386/bf_enc.S
+++ b/sys/crypto/blowfish/arch/i386/bf_enc.S
@@ -10,7 +10,7 @@
* XXX Should use CPP symbols defined as a result of
* XXX `cc -mcpu=pentiumpro'.
*/
-#if defined(I386_CPU) || defined(I486_CPU) || defined(I586_CPU)
+#if defined(I486_CPU) || defined(I586_CPU)
#include "bf_enc_586.S"
#else
#include "bf_enc_686.S"