summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/arch')
-rw-r--r--src/lib/libcrypto/arch/aarch64/opensslconf.h6
-rw-r--r--src/lib/libcrypto/arch/alpha/opensslconf.h6
-rw-r--r--src/lib/libcrypto/arch/amd64/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/arm/opensslconf.h6
-rw-r--r--src/lib/libcrypto/arch/hppa/opensslconf.h6
-rw-r--r--src/lib/libcrypto/arch/i386/opensslconf.h6
-rw-r--r--src/lib/libcrypto/arch/m88k/opensslconf.h6
-rw-r--r--src/lib/libcrypto/arch/mips64/opensslconf.h6
-rw-r--r--src/lib/libcrypto/arch/powerpc/opensslconf.h6
-rw-r--r--src/lib/libcrypto/arch/powerpc64/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/riscv64/opensslconf.h6
-rw-r--r--src/lib/libcrypto/arch/sh/opensslconf.h6
-rw-r--r--src/lib/libcrypto/arch/sparc/opensslconf.h6
-rw-r--r--src/lib/libcrypto/arch/sparc64/opensslconf.h6
14 files changed, 40 insertions, 40 deletions
diff --git a/src/lib/libcrypto/arch/aarch64/opensslconf.h b/src/lib/libcrypto/arch/aarch64/opensslconf.h
index ab3e2d89b0..748ed8f8b4 100644
--- a/src/lib/libcrypto/arch/aarch64/opensslconf.h
+++ b/src/lib/libcrypto/arch/aarch64/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
@@ -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
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
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
diff --git a/src/lib/libcrypto/arch/arm/opensslconf.h b/src/lib/libcrypto/arch/arm/opensslconf.h
index 78cd6d856f..f17d3d2803 100644
--- a/src/lib/libcrypto/arch/arm/opensslconf.h
+++ b/src/lib/libcrypto/arch/arm/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
diff --git a/src/lib/libcrypto/arch/hppa/opensslconf.h b/src/lib/libcrypto/arch/hppa/opensslconf.h
index 78cd6d856f..f17d3d2803 100644
--- a/src/lib/libcrypto/arch/hppa/opensslconf.h
+++ b/src/lib/libcrypto/arch/hppa/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
diff --git a/src/lib/libcrypto/arch/i386/opensslconf.h b/src/lib/libcrypto/arch/i386/opensslconf.h
index bf439696d8..3b3827cdb1 100644
--- a/src/lib/libcrypto/arch/i386/opensslconf.h
+++ b/src/lib/libcrypto/arch/i386/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#define DES_RISC1 96#define 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
diff --git a/src/lib/libcrypto/arch/m88k/opensslconf.h b/src/lib/libcrypto/arch/m88k/opensslconf.h
index 78cd6d856f..f17d3d2803 100644
--- a/src/lib/libcrypto/arch/m88k/opensslconf.h
+++ b/src/lib/libcrypto/arch/m88k/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
diff --git a/src/lib/libcrypto/arch/mips64/opensslconf.h b/src/lib/libcrypto/arch/mips64/opensslconf.h
index 226951eded..ed1204c8c1 100644
--- a/src/lib/libcrypto/arch/mips64/opensslconf.h
+++ b/src/lib/libcrypto/arch/mips64/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
@@ -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#undef DES_UNROLL 110#undef DES_UNROLL
111#endif 111#endif
diff --git a/src/lib/libcrypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/arch/powerpc/opensslconf.h
index 78cd6d856f..f17d3d2803 100644
--- a/src/lib/libcrypto/arch/powerpc/opensslconf.h
+++ b/src/lib/libcrypto/arch/powerpc/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
diff --git a/src/lib/libcrypto/arch/powerpc64/opensslconf.h b/src/lib/libcrypto/arch/powerpc64/opensslconf.h
index f8cbb5d652..5cad089a8b 100644
--- a/src/lib/libcrypto/arch/powerpc64/opensslconf.h
+++ b/src/lib/libcrypto/arch/powerpc64/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
diff --git a/src/lib/libcrypto/arch/riscv64/opensslconf.h b/src/lib/libcrypto/arch/riscv64/opensslconf.h
index ab3e2d89b0..748ed8f8b4 100644
--- a/src/lib/libcrypto/arch/riscv64/opensslconf.h
+++ b/src/lib/libcrypto/arch/riscv64/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
@@ -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
diff --git a/src/lib/libcrypto/arch/sh/opensslconf.h b/src/lib/libcrypto/arch/sh/opensslconf.h
index 78cd6d856f..f17d3d2803 100644
--- a/src/lib/libcrypto/arch/sh/opensslconf.h
+++ b/src/lib/libcrypto/arch/sh/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
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
diff --git a/src/lib/libcrypto/arch/sparc64/opensslconf.h b/src/lib/libcrypto/arch/sparc64/opensslconf.h
index 226951eded..ed1204c8c1 100644
--- a/src/lib/libcrypto/arch/sparc64/opensslconf.h
+++ b/src/lib/libcrypto/arch/sparc64/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
@@ -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#undef DES_UNROLL 110#undef DES_UNROLL
111#endif 111#endif