avoid confliction definitions of NDEBUG

This commit is contained in:
Bodo Möller 1999-07-05 11:01:16 +00:00
parent e334d78b87
commit c91b5c717c

View File

@ -8,6 +8,7 @@
* See ssl/ssltest.c for some hints on how this can be used. */
#ifndef BIO_PAIR_DEBUG
# undef NDEBUG /* avoid conflicting definitions */
# define NDEBUG
#endif