diff options
author | jmc <> | 2022-12-26 07:18:53 +0000 |
---|---|---|
committer | jmc <> | 2022-12-26 07:18:53 +0000 |
commit | 8144b51086b3c46594192ccbec62762e58d61200 (patch) | |
tree | 26f3d93398833b7449b8a97e9fe4af9904382dbf /src/lib/libcrypto/arch/sparc | |
parent | 54da696f897367a85e20e97a53d29b18b44cf8b7 (diff) | |
download | openbsd-8144b51086b3c46594192ccbec62762e58d61200.tar.gz openbsd-8144b51086b3c46594192ccbec62762e58d61200.tar.bz2 openbsd-8144b51086b3c46594192ccbec62762e58d61200.zip |
spelling fixes; from paul tagliamonte
i removed the arithmetics -> arithmetic changes, as i felt they
were not clearly correct
ok tb
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 |