summaryrefslogtreecommitdiffstats
path: root/lib/keychain.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/keychain.c')
-rw-r--r--lib/keychain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/keychain.c b/lib/keychain.c
index aaa8178c8..9b7b0877e 100644
--- a/lib/keychain.c
+++ b/lib/keychain.c
@@ -990,7 +990,7 @@ keychain_config_write (struct vty *vty)
keychain_strftime (buf, BUFSIZ, &key->accept.end);
vty_out (vty, " %s", buf);
}
- vty_out (vty, VTYNL);
+ vty_out (vty, "\n");
}
if (key->send.start)
@@ -1007,7 +1007,7 @@ keychain_config_write (struct vty *vty)
keychain_strftime (buf, BUFSIZ, &key->send.end);
vty_out (vty, " %s", buf);
}
- vty_out (vty, VTYNL);
+ vty_out (vty, "\n");
}
}
vty_out (vty, "!\n");