summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/alpha/opensslconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/arch/alpha/opensslconf.h')
-rw-r--r--src/lib/libcrypto/arch/alpha/opensslconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/alpha/opensslconf.h b/src/lib/libcrypto/arch/alpha/opensslconf.h
index a1331118f4..47f2aa8f21 100644
--- a/src/lib/libcrypto/arch/alpha/opensslconf.h
+++ b/src/lib/libcrypto/arch/alpha/opensslconf.h
@@ -60,7 +60,7 @@
60/* Only one for the following should be defined */ 60/* Only one for the following should be defined */
61/* The prime number generation stuff may not work when 61/* The prime number generation stuff may not work when
62 * EIGHT_BIT but I don't care since I've only used this mode 62 * EIGHT_BIT but I don't care since I've only used this mode
63 * for debuging the bignum libraries */ 63 * for debugging the bignum libraries */
64#define SIXTY_FOUR_BIT_LONG 64#define SIXTY_FOUR_BIT_LONG
65#undef SIXTY_FOUR_BIT 65#undef SIXTY_FOUR_BIT
66#undef THIRTY_TWO_BIT 66#undef THIRTY_TWO_BIT
@@ -88,7 +88,7 @@
88#endif 88#endif
89 89
90/* This helps C compiler generate the correct code for multiple functional 90/* This helps C compiler generate the correct code for multiple functional
91 * units. It reduces register dependancies at the expense of 2 more 91 * units. It reduces register dependencies at the expense of 2 more
92 * registers */ 92 * registers */
93#ifndef DES_RISC1 93#ifndef DES_RISC1
94#undef DES_RISC1 94#undef DES_RISC1
@@ -103,7 +103,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
103#endif 103#endif
104 104
105/* Unroll the inner loop, this sometimes helps, sometimes hinders. 105/* Unroll the inner loop, this sometimes helps, sometimes hinders.
106 * Very mucy CPU dependant */ 106 * Very much CPU dependent */
107#ifndef DES_UNROLL 107#ifndef DES_UNROLL
108#undef DES_UNROLL 108#undef DES_UNROLL
109#endif 109#endif