mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
avoid confliction definitions of NDEBUG
This commit is contained in:
parent
e334d78b87
commit
c91b5c717c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user