Use assert as in the rest of the BN library.

This commit is contained in:
Ulf Möller 2000-12-05 02:00:40 +00:00
parent a47b505e37
commit 90e7ce363a

View File

@ -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"