]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry for GL #305.
authorOndřej Surý <ondrej@sury.org>
Wed, 24 Oct 2018 08:21:10 +0000 (10:21 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 25 Oct 2018 06:16:46 +0000 (08:16 +0200)
XXXX.   [func]          Replace old message digest and hmac APIs with more
                        generic isc_md and isc_hmac APIs, and convert their
respective tests to cmocka. [GL #305]

CHANGES

diff --git a/CHANGES b/CHANGES
index d3347e0eae4384a248e3c6da67e17c404687acab..6847f78e2404fb710e8327fc2159c456723b9dcc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5058.  [func]          Replace old message digest and hmac APIs with more
+                       generic isc_md and isc_hmac APIs, and convert their
+                       respective tests to cmocka. [GL #305]
+
 5057.  [protocol]      Add support for ATMA. [GL #619]
 
 5056.  [placeholder]