More consistent use of CRLF.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@891 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1996-10-25 20:44:28 +00:00
parent 9806986c40
commit bf75c22ae2
5 changed files with 14 additions and 14 deletions

View File

@@ -170,7 +170,7 @@ kerberos4_send(char *name, Authenticator *ap)
CREDENTIALS cred;
int r;
printf("[ Trying %s ... ]\n", name);
printf("[ Trying %s ... ]\r\n", name);
if (!UserNameRequested) {
if (auth_debug_mode) {
printf("Kerberos V4: no user name supplied\r\n");
@@ -387,7 +387,7 @@ kerberos4_reply(ap, data, cnt)
auth_send_retry();
return;
case KRB_ACCEPT:
printf("[ Kerberos V4 accepts you ]\n");
printf("[ Kerberos V4 accepts you ]\r\n");
if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) {
/*
* Send over the encrypted challenge.