diff options
| author | jmc <> | 2022-12-26 07:18:53 +0000 |
|---|---|---|
| committer | jmc <> | 2022-12-26 07:18:53 +0000 |
| commit | 2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120 (patch) | |
| tree | 26f3d93398833b7449b8a97e9fe4af9904382dbf /src/lib/libcrypto/arch/sparc | |
| parent | df59a12113ba6ec4c6faecd033d46176453f697e (diff) | |
| download | openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.tar.gz openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.tar.bz2 openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.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 |
