/* $NetBSD: bf_enc.S,v 1.1 2001/09/09 11:01:01 tls Exp $ */ /* $FreeBSD: releng/10.2/sys/crypto/blowfish/arch/i386/bf_enc.S 137784 2004-11-16 20:42:32Z jhb $ */ /* * Written by Jason R. Thorpe and Thor Lancelot Simon * . Public domain. */ /* * XXX Should use CPP symbols defined as a result of * XXX `cc -mcpu=pentiumpro'. */ #if defined(I486_CPU) || defined(I586_CPU) #include "bf_enc_586.S" #else #include "bf_enc_686.S" #endif