summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/authusekey.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/authusekey.c')
-rw-r--r--usr.sbin/xntpd/lib/authusekey.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/lib/authusekey.c b/usr.sbin/xntpd/lib/authusekey.c
index 20d7f3c..05fc0d7 100644
--- a/usr.sbin/xntpd/lib/authusekey.c
+++ b/usr.sbin/xntpd/lib/authusekey.c
@@ -84,14 +84,14 @@ authusekey(keyno, keytype, str)
if (!DESauth_parity(key)) {
return 0;
}
-
+
/*
* We can't find a good reason not to use this key.
* So use it.
*/
DESauth_setkey(keyno, key);
break;
-
+
case KEY_TYPE_ASCII:
/*
* Make up key from ascii representation
@@ -103,7 +103,7 @@ authusekey(keyno, keytype, str)
| (U_LONG)keybytes[2] << 8 | (U_LONG)keybytes[3];
key[1] = (U_LONG)keybytes[4] << 24 | (U_LONG)keybytes[5] << 16
| (U_LONG)keybytes[6] << 8 | (U_LONG)keybytes[7];
-
+
/*
* Set parity on key
*/
OpenPOWER on IntegriCloud