diff options
Diffstat (limited to 'src/lib/libcrypto/arch/sparc')
| -rw-r--r-- | src/lib/libcrypto/arch/sparc/opensslconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/sparc/opensslconf.h b/src/lib/libcrypto/arch/sparc/opensslconf.h index 78cd6d856f..f17d3d2803 100644 --- a/src/lib/libcrypto/arch/sparc/opensslconf.h +++ b/src/lib/libcrypto/arch/sparc/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 | #undef SIXTY_FOUR_BIT_LONG | 64 | #undef SIXTY_FOUR_BIT_LONG |
| 65 | #undef SIXTY_FOUR_BIT | 65 | #undef SIXTY_FOUR_BIT |
| 66 | #define THIRTY_TWO_BIT | 66 | #define THIRTY_TWO_BIT |
| @@ -90,7 +90,7 @@ | |||
| 90 | #endif | 90 | #endif |
| 91 | 91 | ||
| 92 | /* This helps C compiler generate the correct code for multiple functional | 92 | /* This helps C compiler generate the correct code for multiple functional |
| 93 | * units. It reduces register dependancies at the expense of 2 more | 93 | * units. It reduces register dependencies at the expense of 2 more |
| 94 | * registers */ | 94 | * registers */ |
| 95 | #ifndef DES_RISC1 | 95 | #ifndef DES_RISC1 |
| 96 | #undef DES_RISC1 | 96 | #undef DES_RISC1 |
| @@ -105,7 +105,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! | |||
| 105 | #endif | 105 | #endif |
| 106 | 106 | ||
| 107 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 107 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
| 108 | * Very mucy CPU dependant */ | 108 | * Very much CPU dependent */ |
| 109 | #ifndef DES_UNROLL | 109 | #ifndef DES_UNROLL |
| 110 | #define DES_UNROLL | 110 | #define DES_UNROLL |
| 111 | #endif | 111 | #endif |
