]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix indentation of root anchor for use by windows install script. release-1.13.1 release-1.13.1rc2
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 2 Feb 2021 16:04:29 +0000 (17:04 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 2 Feb 2021 16:04:29 +0000 (17:04 +0100)
doc/Changelog
smallapp/unbound-anchor.c

index 328b8466302c40393d648647b75e0eff507d86db..eea220c414e69ccca83bae9796f51b9d83a0c9fd 100644 (file)
@@ -3,6 +3,7 @@
        - Fix dynlibmod link on rhel8 for -ldl inclusion.
        - Fix windows dependency on libssp.dll because of default stack
          protector in mingw.
+       - Fix indentation of root anchor for use by windows install script.
 
 1 February 2021: George
        - Attempt to fix NULL keys in the reuse_tcp tree; relates to #411.
index c4e9b3bfde04cecfdb54a8bd7d41549fac5b489e..3e6fc6e6fca83539625ede934925e7fa24e8813a 100644 (file)
@@ -183,7 +183,7 @@ static const char DS_TRUST_ANCHOR[] =
        /* The anchors must start on a new line with ". IN DS and end with \n"[;]
         * because the makedist script greps on the source here */
        /* anchor 20326 is from 2017 */
-       ". IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D\n";
+". IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D\n";
 
 /** verbosity for this application */
 static int verb = 0;