2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

4461. [bug] win32: not all external data was properly marked

as external data for windows dll. [RT #43161]
This commit is contained in:
Mark Andrews
2016-09-07 14:12:11 +10:00
parent 1a49346184
commit 8eceb0bffe
16 changed files with 115 additions and 63 deletions

View File

@@ -71,11 +71,11 @@ static dst_func_t *dst_t_func[DST_MAX_ALGS];
static isc_entropy_t *dst_entropy_pool = NULL;
static unsigned int dst_entropy_flags = 0;
isc_boolean_t dst_initialized = ISC_FALSE;
static isc_boolean_t dst_initialized = ISC_FALSE;
void gss_log(int level, const char *fmt, ...) ISC_FORMAT_PRINTF(2, 3);
isc_mem_t *dst__memory_pool = NULL;
LIBDNS_EXTERNAL_DATA isc_mem_t *dst__memory_pool = NULL;
/*
* Static functions.