diff options
Diffstat (limited to 'src/lib/libcrypto/bn/bn.h')
-rw-r--r-- | src/lib/libcrypto/bn/bn.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/bn/bn.h b/src/lib/libcrypto/bn/bn.h index bb85ea442c..53b109bd8a 100644 --- a/src/lib/libcrypto/bn/bn.h +++ b/src/lib/libcrypto/bn/bn.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn.h,v 1.61 2023/04/16 09:13:46 tb Exp $ */ | 1 | /* $OpenBSD: bn.h,v 1.62 2023/04/19 10:51:22 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -138,12 +138,6 @@ | |||
138 | extern "C" { | 138 | extern "C" { |
139 | #endif | 139 | #endif |
140 | 140 | ||
141 | #ifndef OPENSSL_SMALL_FOOTPRINT | ||
142 | #define BN_MUL_COMBA | ||
143 | #define BN_SQR_COMBA | ||
144 | #define BN_RECURSION | ||
145 | #endif | ||
146 | |||
147 | /* This next option uses the C libraries (2 word)/(1 word) function. | 141 | /* This next option uses the C libraries (2 word)/(1 word) function. |
148 | * If it is not defined, I use my C version (which is slower). | 142 | * If it is not defined, I use my C version (which is slower). |
149 | * The reason for this flag is that when the particular C compiler | 143 | * The reason for this flag is that when the particular C compiler |