summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/authstuff/keyparity.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/authstuff/keyparity.c')
-rw-r--r--usr.sbin/xntpd/authstuff/keyparity.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/authstuff/keyparity.c b/usr.sbin/xntpd/authstuff/keyparity.c
index aed05d9..8a12c13 100644
--- a/usr.sbin/xntpd/authstuff/keyparity.c
+++ b/usr.sbin/xntpd/authstuff/keyparity.c
@@ -237,7 +237,7 @@ decodekey(keytype, str, key)
| ((key[i] >> 7) & STD_PARITY_BITS);
}
break;
-
+
case KEY_TYPE_ASCII:
/*
* Make up key from ascii representation
@@ -250,7 +250,7 @@ decodekey(keytype, str, key)
key[1] = keybytes[4] << 24 | keybytes[5] << 16
| keybytes[6] << 8 | keybytes[7];
break;
-
+
default:
/* Oh, well */
return 0;
OpenPOWER on IntegriCloud