summaryrefslogtreecommitdiffstats
path: root/sys/crypto/blowfish/arch/i386/bf_enc.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/blowfish/arch/i386/bf_enc.S')
-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 a261e55..bcee9c5 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"
OpenPOWER on IntegriCloud