in the Json cache statistics. [RT #45980]
+4715. [bug] TreeMemMax was mis-identified as a second HeapMemMax
+ in the Json cache statistics. [RT #45980]
+
4714. [port] openbsd/libressl: add support for building with
--enable-openssl-hash. [RT #45982]
obj = json_object_new_int64(isc_mem_maxinuse(cache->mctx));
CHECKMEM(obj);
- json_object_object_add(cstats, "HeapMemMax", obj);
+ json_object_object_add(cstats, "TreeMemMax", obj);
obj = json_object_new_int64(isc_mem_total(cache->hmctx));
CHECKMEM(obj);