summaryrefslogtreecommitdiffstats
path: root/sys/crypto/blowfish/bf_locl.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2002-03-05 09:19:02 +0000
committerume <ume@FreeBSD.org>2002-03-05 09:19:02 +0000
commit92361f6aadf0c42e4292208de34b080d7479303c (patch)
treef180dd9b96cf2c86471621a490166f4833fd61e2 /sys/crypto/blowfish/bf_locl.h
parent1fd266f1df3466b293c974072664403373c2e7da (diff)
downloadFreeBSD-src-92361f6aadf0c42e4292208de34b080d7479303c.zip
FreeBSD-src-92361f6aadf0c42e4292208de34b080d7479303c.tar.gz
- Speedup 3DES by using assembly code for i386.
- Sync des/blowfish to more recent openssl. Obtained from: KAME/NetBSD MFC after: 2 weeks
Diffstat (limited to 'sys/crypto/blowfish/bf_locl.h')
-rw-r--r--sys/crypto/blowfish/bf_locl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/crypto/blowfish/bf_locl.h b/sys/crypto/blowfish/bf_locl.h
index 52585bb..9314ff3 100644
--- a/sys/crypto/blowfish/bf_locl.h
+++ b/sys/crypto/blowfish/bf_locl.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/* $KAME: bf_locl.h,v 1.5 2000/08/31 06:03:48 itojun Exp $ */
+/* $KAME: bf_locl.h,v 1.6 2001/09/10 04:03:56 itojun Exp $ */
/* crypto/bf/bf_local.h */
/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
@@ -163,7 +163,6 @@
*/
#undef BF_PTR
#undef BF_PTR2
-#ifdef __NetBSD__
#ifdef __i386__
#define BF_PTR2
#else
@@ -171,7 +170,6 @@
#define BF_PTR
#endif
#endif
-#endif /*NetBSD*/
#define BF_M 0x3fc
#define BF_0 22L
OpenPOWER on IntegriCloud