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/alpha | |
| 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/alpha')
| -rw-r--r-- | src/lib/libcrypto/arch/alpha/opensslconf.h | 6 |
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 |
