Clean-up *_DEBUG options.
[oweals/openssl.git] / crypto / bio / b_print.c
index 17ea8af6784889ed15bacd218351b757d42509d5..72a2ee849b27465717e67b1f68da60cc48b1134b 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-/* disable assert() unless BIO_DEBUG has been defined */
-#ifndef BIO_DEBUG
-# ifndef NDEBUG
-#  define NDEBUG
-# endif
-#endif
-
 /*
  * Stolen from tjh's ssl/ssl_trc.c stuff.
  */