summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bn/bn.h')
-rw-r--r--src/lib/libcrypto/bn/bn.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libcrypto/bn/bn.h b/src/lib/libcrypto/bn/bn.h
index 5ac41438eb..bef0a878e2 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.55 2022/07/12 14:42:48 kn Exp $ */ 1/* $OpenBSD: bn.h,v 1.56 2022/11/30 01:47:19 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,18 +138,6 @@
138extern "C" { 138extern "C" {
139#endif 139#endif
140 140
141/* These preprocessor symbols control various aspects of the bignum headers and
142 * library code. They're not defined by any "normal" configuration, as they are
143 * intended for development and testing purposes. NB: defining all three can be
144 * useful for debugging application code as well as openssl itself.
145 *
146 * BN_DEBUG - turn on various debugging alterations to the bignum code
147 * BN_DEBUG_RAND - uses random poisoning of unused words to trip up
148 * mismanagement of bignum internals. You must also define BN_DEBUG.
149 */
150/* #define BN_DEBUG */
151/* #define BN_DEBUG_RAND */
152
153#ifndef OPENSSL_SMALL_FOOTPRINT 141#ifndef OPENSSL_SMALL_FOOTPRINT
154#define BN_MUL_COMBA 142#define BN_MUL_COMBA
155#define BN_SQR_COMBA 143#define BN_SQR_COMBA