Use assert as in the rest of the BN library.
This commit is contained in:
parent
a47b505e37
commit
90e7ce363a
@ -56,6 +56,11 @@
|
|||||||
* [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 <stdio.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "cryptlib.h"
|
#include "cryptlib.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user