From c91b5c717c89d2e976dd5095e7cb04a9f375581d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 5 Jul 1999 11:01:16 +0000 Subject: [PATCH] avoid confliction definitions of NDEBUG --- crypto/bio/bss_bio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c index 8c989ba6ea..8590870e2c 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 -- 2.25.1