summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bf/blowfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/bf/blowfish.h')
-rw-r--r--lib/libcrypto/bf/blowfish.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libcrypto/bf/blowfish.h b/lib/libcrypto/bf/blowfish.h
index 9dbf3c6dc7c..4d2db80552c 100644
--- a/lib/libcrypto/bf/blowfish.h
+++ b/lib/libcrypto/bf/blowfish.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: blowfish.h,v 1.13 2014/06/12 15:49:28 deraadt Exp $ */
+/* $OpenBSD: blowfish.h,v 1.14 2014/07/10 09:01:04 miod Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -79,14 +79,7 @@ extern "C" {
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
-#if defined(__LP32__)
-#define BF_LONG unsigned long
-#elif defined(__ILP64__)
-#define BF_LONG unsigned long
-#define BF_LONG_LOG2 3
-#else
#define BF_LONG unsigned int
-#endif
#define BF_ROUNDS 16
#define BF_BLOCK 8