mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
add V_CRYPTO_MDEBUG_ALL
Submitted by: Reviewed by: PR:
This commit is contained in:
parent
9ea76b951d
commit
b64e735b08
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user