Loading crypto/bio/b_print.c +7 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,13 @@ * [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. */ Loading crypto/bio/bss_bio.c +11 −2 Original line number Diff line number Diff line Loading @@ -7,10 +7,19 @@ * for which no specific BIO method is available. * See ssl/ssltest.c for some hints on how this can be used. */ /* BIO_DEBUG implies BIO_PAIR_DEBUG */ #ifdef BIO_DEBUG # ifndef BIO_PAIR_DEBUG # undef NDEBUG /* avoid conflicting definitions */ # define BIO_PAIR_DEBUG # endif #endif /* disable assert() unless BIO_PAIR_DEBUG has been defined */ #ifndef BIO_PAIR_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <limits.h> Loading Loading
crypto/bio/b_print.c +7 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,13 @@ * [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. */ Loading
crypto/bio/bss_bio.c +11 −2 Original line number Diff line number Diff line Loading @@ -7,10 +7,19 @@ * for which no specific BIO method is available. * See ssl/ssltest.c for some hints on how this can be used. */ /* BIO_DEBUG implies BIO_PAIR_DEBUG */ #ifdef BIO_DEBUG # ifndef BIO_PAIR_DEBUG # undef NDEBUG /* avoid conflicting definitions */ # define BIO_PAIR_DEBUG # endif #endif /* disable assert() unless BIO_PAIR_DEBUG has been defined */ #ifndef BIO_PAIR_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <limits.h> Loading