diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-20 18:41:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-20 18:41:55 +0000 |
commit | e2dd85ecd682a2b23d4c4b254ceefe3ce42b318b (patch) | |
tree | 95c73d5dcc5b66180d274d428f6fcba32fcee617 | |
parent | 695c052a02f9ec727b32f4cd2bae69c579b87e2f (diff) |
spacing
-rw-r--r-- | usr.bin/ssh/deattack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/deattack.c b/usr.bin/ssh/deattack.c index 3d48afc89ef..b50d81f85f5 100644 --- a/usr.bin/ssh/deattack.c +++ b/usr.bin/ssh/deattack.c @@ -49,7 +49,7 @@ static void crc_update(u_int32_t *a, u_int32_t b) { b ^= *a; - *a = ssh_crc32((u_char *) &b, sizeof(b)); + *a = ssh_crc32((u_char *)&b, sizeof(b)); } /* detect if a block is used in a particular pattern */ |