Commit c91b5c71 authored by Bodo Möller's avatar Bodo Möller
Browse files

avoid confliction definitions of NDEBUG

parent e334d78b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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