diff options
Diffstat (limited to 'src/lib/libcrypto/arch/powerpc64/opensslconf.h')
-rw-r--r-- | src/lib/libcrypto/arch/powerpc64/opensslconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/powerpc64/opensslconf.h b/src/lib/libcrypto/arch/powerpc64/opensslconf.h index f8cbb5d652..5cad089a8b 100644 --- a/src/lib/libcrypto/arch/powerpc64/opensslconf.h +++ b/src/lib/libcrypto/arch/powerpc64/opensslconf.h | |||
@@ -85,7 +85,7 @@ | |||
85 | #endif | 85 | #endif |
86 | 86 | ||
87 | /* This helps C compiler generate the correct code for multiple functional | 87 | /* This helps C compiler generate the correct code for multiple functional |
88 | * units. It reduces register dependancies at the expense of 2 more | 88 | * units. It reduces register dependencies at the expense of 2 more |
89 | * registers */ | 89 | * registers */ |
90 | #ifndef DES_RISC1 | 90 | #ifndef DES_RISC1 |
91 | #undef DES_RISC1 | 91 | #undef DES_RISC1 |
@@ -100,7 +100,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! | |||
100 | #endif | 100 | #endif |
101 | 101 | ||
102 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 102 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
103 | * Very mucy CPU dependant */ | 103 | * Very much CPU dependent */ |
104 | #ifndef DES_UNROLL | 104 | #ifndef DES_UNROLL |
105 | #define DES_UNROLL | 105 | #define DES_UNROLL |
106 | #endif | 106 | #endif |