summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_asm.c
diff options
context:
space:
mode:
authorjsing <>2022-11-30 01:47:19 +0000
committerjsing <>2022-11-30 01:47:19 +0000
commit5be663738480cf475e92563959075b4d94fe3f3d (patch)
treed6b04bda189d39719fceb5f6f2067aab189bf13d /src/lib/libcrypto/bn/bn_asm.c
parent0d626c3d57e499336b58c4ff58366583fd67d286 (diff)
downloadopenbsd-5be663738480cf475e92563959075b4d94fe3f3d.tar.gz
openbsd-5be663738480cf475e92563959075b4d94fe3f3d.tar.bz2
openbsd-5be663738480cf475e92563959075b4d94fe3f3d.zip
Mop up more BN_DEBUG related code.
Diffstat (limited to 'src/lib/libcrypto/bn/bn_asm.c')
-rw-r--r--src/lib/libcrypto/bn/bn_asm.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/bn/bn_asm.c b/src/lib/libcrypto/bn/bn_asm.c
index fd1990e5ed..e5627cf6de 100644
--- a/src/lib/libcrypto/bn/bn_asm.c
+++ b/src/lib/libcrypto/bn/bn_asm.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn_asm.c,v 1.16 2022/11/26 16:08:51 tb Exp $ */ 1/* $OpenBSD: bn_asm.c,v 1.17 2022/11/30 01:47:19 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -56,11 +56,6 @@
56 * [including the GNU Public Licence.] 56 * [including the GNU Public Licence.]
57 */ 57 */
58 58
59#ifndef BN_DEBUG
60# undef NDEBUG /* avoid conflicting definitions */
61# define NDEBUG
62#endif
63
64#include <assert.h> 59#include <assert.h>
65#include <stdio.h> 60#include <stdio.h>
66 61