summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/amd64/opensslconf.h
diff options
context:
space:
mode:
authorjmc <>2022-12-26 07:18:53 +0000
committerjmc <>2022-12-26 07:18:53 +0000
commit8144b51086b3c46594192ccbec62762e58d61200 (patch)
tree26f3d93398833b7449b8a97e9fe4af9904382dbf /src/lib/libcrypto/arch/amd64/opensslconf.h
parent54da696f897367a85e20e97a53d29b18b44cf8b7 (diff)
downloadopenbsd-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/amd64/opensslconf.h')
-rw-r--r--src/lib/libcrypto/arch/amd64/opensslconf.h4
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