avoid confliction definitions of NDEBUG
[openssl.git] / crypto / bio / bss_bio.c
index e82b2bc51c5a6150e72823669f01ba4e67d1c975..8590870e2cd17630eb8ca30cefdfc5eec7cf2a81 100644 (file)
@@ -7,6 +7,11 @@
  * for which no specific BIO method is available.
  * 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
+
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>