aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-02-10 00:51:29 -0500
committerRich Salz <rsalz@openssl.org>2016-02-10 15:28:18 -0500
commit330fad61af7323d5cf786fa76c7b31b4e4cac413 (patch)
treec0981f3c9923b67f8c8c7ea2e6c6651cc652f4e3 /crypto/bio
parent968d1a23726dbca82ac694a508efe8ea37d0a95e (diff)
downloadopenssl-330fad61af7323d5cf786fa76c7b31b4e4cac413.zip
openssl-330fad61af7323d5cf786fa76c7b31b4e4cac413.tar.gz
openssl-330fad61af7323d5cf786fa76c7b31b4e4cac413.tar.bz2
BIO_PAIR_DEBUG did nothing; remove it.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bss_bio.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c
index ff59780..743a158 100644
--- a/crypto/bio/bss_bio.c
+++ b/crypto/bio/bss_bio.c
@@ -60,20 +60,6 @@
* See ssl/ssltest.c for some hints on how this can be used.
*/
-/* BIO_DEBUG implies BIO_PAIR_DEBUG */
-#ifdef BIO_DEBUG
-# ifndef BIO_PAIR_DEBUG
-# define BIO_PAIR_DEBUG
-# endif
-#endif
-
-/* disable assert() unless BIO_PAIR_DEBUG has been defined */
-#ifndef BIO_PAIR_DEBUG
-# ifndef NDEBUG
-# define NDEBUG
-# endif
-#endif
-
#include <assert.h>
#include <limits.h>
#include <stdlib.h>