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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user