Use assert as in the rest of the BN library.
authorUlf Möller <ulf@openssl.org>
Tue, 5 Dec 2000 02:00:40 +0000 (02:00 +0000)
committerUlf Möller <ulf@openssl.org>
Tue, 5 Dec 2000 02:00:40 +0000 (02:00 +0000)
crypto/bn/bn_mul.c

index b7f8a51675b35830e68538f72d1887e23a92cd4b..eb5d5256137ea5861f3cf71d2f07ae83b75afbe9 100644 (file)
  * [including the GNU Public Licence.]
  */
 
  * [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"
 #include <stdio.h>
 #include <assert.h>
 #include "cryptlib.h"