diff options
author | pefo <> | 2004-09-07 13:47:07 +0000 |
---|---|---|
committer | pefo <> | 2004-09-07 13:47:07 +0000 |
commit | 25b7af03e5890e88d0ac4e079de8ca2057ff93d3 (patch) | |
tree | c8fc6f25dc5d322fde2ef8cb297adbe0b2ee81d7 | |
parent | 71784ebcf5b2bc44629188017a8d30fd63c5b652 (diff) | |
download | openbsd-25b7af03e5890e88d0ac4e079de8ca2057ff93d3.tar.gz openbsd-25b7af03e5890e88d0ac4e079de8ca2057ff93d3.tar.bz2 openbsd-25b7af03e5890e88d0ac4e079de8ca2057ff93d3.zip |
mips is now 64 bits so use a 64 bit config
-rw-r--r-- | src/lib/libssl/crypto/arch/mips64/opensslconf.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libssl/crypto/arch/mips64/opensslconf.h b/src/lib/libssl/crypto/arch/mips64/opensslconf.h index 2b030ba088..c33ccc8a0f 100644 --- a/src/lib/libssl/crypto/arch/mips64/opensslconf.h +++ b/src/lib/libssl/crypto/arch/mips64/opensslconf.h | |||
@@ -79,7 +79,7 @@ | |||
79 | 79 | ||
80 | #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) | 80 | #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) |
81 | #define CONFIG_HEADER_BN_H | 81 | #define CONFIG_HEADER_BN_H |
82 | #define BN_LLONG | 82 | #undef BN_LLONG |
83 | 83 | ||
84 | /* Should we define BN_DIV2W here? */ | 84 | /* Should we define BN_DIV2W here? */ |
85 | 85 | ||
@@ -87,9 +87,9 @@ | |||
87 | /* The prime number generation stuff may not work when | 87 | /* The prime number generation stuff may not work when |
88 | * EIGHT_BIT but I don't care since I've only used this mode | 88 | * EIGHT_BIT but I don't care since I've only used this mode |
89 | * for debuging the bignum libraries */ | 89 | * for debuging the bignum libraries */ |
90 | #undef SIXTY_FOUR_BIT_LONG | 90 | #define SIXTY_FOUR_BIT_LONG |
91 | #undef SIXTY_FOUR_BIT | 91 | #undef SIXTY_FOUR_BIT |
92 | #define THIRTY_TWO_BIT | 92 | #undef THIRTY_TWO_BIT |
93 | #undef SIXTEEN_BIT | 93 | #undef SIXTEEN_BIT |
94 | #undef EIGHT_BIT | 94 | #undef EIGHT_BIT |
95 | #endif | 95 | #endif |
@@ -98,7 +98,7 @@ | |||
98 | #define CONFIG_HEADER_RC4_LOCL_H | 98 | #define CONFIG_HEADER_RC4_LOCL_H |
99 | /* if this is defined data[i] is used instead of *data, this is a %20 | 99 | /* if this is defined data[i] is used instead of *data, this is a %20 |
100 | * speedup on x86 */ | 100 | * speedup on x86 */ |
101 | #define RC4_INDEX | 101 | #undef RC4_INDEX |
102 | #endif | 102 | #endif |
103 | 103 | ||
104 | #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) | 104 | #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) |
@@ -112,7 +112,7 @@ | |||
112 | /* the following is tweaked from a config script, that is why it is a | 112 | /* the following is tweaked from a config script, that is why it is a |
113 | * protected undef/define */ | 113 | * protected undef/define */ |
114 | #ifndef DES_PTR | 114 | #ifndef DES_PTR |
115 | #undef DES_PTR | 115 | #define DES_PTR |
116 | #endif | 116 | #endif |
117 | 117 | ||
118 | /* This helps C compiler generate the correct code for multiple functional | 118 | /* This helps C compiler generate the correct code for multiple functional |
@@ -133,7 +133,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! | |||
133 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 133 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
134 | * Very mucy CPU dependant */ | 134 | * Very mucy CPU dependant */ |
135 | #ifndef DES_UNROLL | 135 | #ifndef DES_UNROLL |
136 | #define DES_UNROLL | 136 | #undef DES_UNROLL |
137 | #endif | 137 | #endif |
138 | 138 | ||
139 | /* These default values were supplied by | 139 | /* These default values were supplied by |