X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbio%2Fbss_bio.c;h=8c989ba6eaff4485fd0b7c525d6f757222e35b11;hp=e82b2bc51c5a6150e72823669f01ba4e67d1c975;hb=e334d78b87517652cc34825aff7b6fc7be9a1e83;hpb=b2f82c3fe33f7f35289c4ff697dc63d8f4fbed9b diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c index e82b2bc51c..8c989ba6ea 100644 --- a/crypto/bio/bss_bio.c +++ b/crypto/bio/bss_bio.c @@ -7,6 +7,10 @@ * 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 +# define NDEBUG +#endif + #include #include #include