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/amd64 | |
| 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/amd64')
| -rw-r--r-- | src/lib/libcrypto/arch/amd64/opensslconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h index f8cbb5d652..5cad089a8b 100644 --- a/src/lib/libcrypto/arch/amd64/opensslconf.h +++ b/src/lib/libcrypto/arch/amd64/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 |
