From: Bodo Möller Date: Fri, 7 Jan 2000 10:50:54 +0000 (+0000) Subject: add V_CRYPTO_MDEBUG_ALL X-Git-Tag: OpenSSL_0_9_5beta1~320 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b64e735b08c98ec98e597bc9c306b18692bcf49f;ds=sidebyside add V_CRYPTO_MDEBUG_ALL Submitted by: Reviewed by: PR: --- diff --git a/crypto/crypto.h b/crypto/crypto.h index 6324e54658..9a7103112a 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -159,6 +159,8 @@ extern "C" { /* Adds thread number to the memory checking information */ #define V_CRYPTO_MDEBUG_THREAD 0x2 /* a bit */ +#define V_CRYPTO_MDEBUG_ALL (V_CRYPTO_MDEBUG_TIME | V_CRYPTO_MDEBUG_THREAD) + /* predec of the BIO type */ typedef struct bio_st BIO_dummy;