]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ntp-genkeys.c:
authorHarlan Stenn <stenn@ntp.org>
Sat, 12 Aug 2000 07:18:10 +0000 (07:18 -0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 12 Aug 2000 07:18:10 +0000 (07:18 -0000)
  * util/ntp-genkeys.c (main): Another small step...

bk: 3994fa32M5ODku8ZDGIsBHRgwVrtgQ

util/ntp-genkeys.c

index 772721f137b44acd73de1467674a2f46de6b35ed..0ca5a33646f18c15869f62b75113eedb7ee5e788 100644 (file)
@@ -588,14 +588,14 @@ main(
        snifflink(path_dhparms, &link_dhparms);
 
        printf("After config:\n");
-       printf("path_keys       = <%s> -> <%s>\n"
-              , path_keys? path_keys: ""
-              , link_keys? link_keys: ""
-               );
        printf("path_keysdir    = <%s> -> <%s>\n"
               , path_keysdir? path_keysdir: ""
               , link_keysdir? link_keysdir: ""
                );
+       printf("path_keys       = <%s> -> <%s>\n"
+              , path_keys? path_keys: ""
+              , link_keys? link_keys: ""
+               );
        printf("path_publickey  = <%s> -> <%s>\n"
               , path_publickey? path_publickey: ""
               , link_publickey? link_publickey: ""
@@ -604,7 +604,7 @@ main(
               , path_privatekey? path_privatekey: ""
               , link_privatekey? link_privatekey: ""
                );
-       printf("path_dhparms = <%s> -> <%s>\n"
+       printf("path_dhparms    = <%s> -> <%s>\n"
               , path_dhparms? path_dhparms: ""
               , link_dhparms? link_dhparms: ""
                );