diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c index 8c989ba6e..8590870e2 100644 --- a/crypto/bio/bss_bio.c +++ b/crypto/bio/bss_bio.c @@ -8,6 +8,7 @@ * 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