X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbio%2Fbss_bio.c;h=743a1580caeedaa802e077ecdac510bade20f9b0;hp=ff59780084a50cfb3a7be8e7d4cb15cf706b3148;hb=330fad61af7323d5cf786fa76c7b31b4e4cac413;hpb=349807608f31b20af01a342d0072bb92e0b036e2 diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c index ff59780084..743a1580ca 100644 --- a/crypto/bio/bss_bio.c +++ b/crypto/bio/bss_bio.c @@ -60,20 +60,6 @@ * 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 -# 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 #include #include