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