summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/authdecrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/authdecrypt.c')
-rw-r--r--usr.sbin/xntpd/lib/authdecrypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/lib/authdecrypt.c b/usr.sbin/xntpd/lib/authdecrypt.c
index 7462941..6ad3aeb 100644
--- a/usr.sbin/xntpd/lib/authdecrypt.c
+++ b/usr.sbin/xntpd/lib/authdecrypt.c
@@ -9,7 +9,7 @@
* a variable amount of unencrypted data, multiple of 8 bytes, followed by:
* NOCRYPT_OCTETS worth of unencrypted data, followed by:
* BLOCK_OCTETS worth of ciphered checksum.
- */
+ */
#define NOCRYPT_OCTETS 4
#define BLOCK_OCTETS 8
@@ -42,7 +42,7 @@ DESauthdecrypt(keyno, pkt, length)
U_LONG work[2];
authdecryptions++;
-
+
if (keyno == 0)
keys = DESzerodkeys;
else {
OpenPOWER on IntegriCloud