projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a47b505
)
Use assert as in the rest of the BN library.
author
Ulf Möller
<ulf@openssl.org>
Tue, 5 Dec 2000 02:00:40 +0000
(
02:00
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Tue, 5 Dec 2000 02:00:40 +0000
(
02:00
+0000)
crypto/bn/bn_mul.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_mul.c
b/crypto/bn/bn_mul.c
index b7f8a51675b35830e68538f72d1887e23a92cd4b..eb5d5256137ea5861f3cf71d2f07ae83b75afbe9 100644
(file)
--- a/
crypto/bn/bn_mul.c
+++ b/
crypto/bn/bn_mul.c
@@
-56,6
+56,11
@@
* [including the GNU Public Licence.]
*/
+#ifndef BN_DEBUG
+# undef NDEBUG /* avoid conflicting definitions */
+# define NDEBUG
+#endif
+
#include <stdio.h>
#include <assert.h>
#include "cryptlib.h"