summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_bio.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-05 10:18:51 +0000
committerBodo Möller <bodo@openssl.org>1999-07-05 10:18:51 +0000
commite334d78b87517652cc34825aff7b6fc7be9a1e83 (patch)
treec12dfed97908c779c9e464ce43b08628033f66e4 /crypto/bio/bss_bio.c
parentb2f82c3fe33f7f35289c4ff697dc63d8f4fbed9b (diff)
Disable asserts for standard configurations.
Diffstat (limited to 'crypto/bio/bss_bio.c')
-rw-r--r--crypto/bio/bss_bio.c4
1 files changed, 4 insertions, 0 deletions
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 <assert.h>
#include <stdlib.h>
#include <string.h>