diff options
Diffstat (limited to 'lib/libc/rpc/des_soft.c')
-rw-r--r-- | lib/libc/rpc/des_soft.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/rpc/des_soft.c b/lib/libc/rpc/des_soft.c index 80d8c52..5eb9915 100644 --- a/lib/libc/rpc/des_soft.c +++ b/lib/libc/rpc/des_soft.c @@ -58,8 +58,7 @@ static char partab[128] = { * Add odd parity to low bit of 8 byte key */ void -des_setparity(p) - char *p; +des_setparity(char *p) { int i; |