mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
4560. [bug] mdig: add -m option to enable memory debugging rather
than have in on all the time. [RT #44509] 4559. [bug] Openssl_link.c didn't compile if ISC_MEM_TRACKLINES was turned off. [RT #44509]
This commit is contained in:
@@ -122,10 +122,17 @@ id_callback(void) {
|
||||
#endif
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
||||
#define FLARG_PASS , __FILE__, __LINE__
|
||||
|
||||
#define FLARG
|
||||
#define FILELINE
|
||||
#if ISC_MEM_TRACKLINES
|
||||
#define FLARG_PASS , __FILE__, __LINE__
|
||||
#else
|
||||
#define FLARG_PASS
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
#define FLARG , const char *file, int line
|
||||
#define FILELINE , __FILE__, __LINE__
|
||||
#if ISC_MEM_TRACKLINES
|
||||
|
Reference in New Issue
Block a user