From 4e31df2cd73dbb659fd8a6eca6270fac661c072d Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 13 Feb 1999 18:52:38 +0000 Subject: Fix ghastly DES declarations, and all consequential warnings. --- crypto/des/set_key.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'crypto/des/set_key.c') diff --git a/crypto/des/set_key.c b/crypto/des/set_key.c index fe966fd255..fef8d277fd 100644 --- a/crypto/des/set_key.c +++ b/crypto/des/set_key.c @@ -68,7 +68,7 @@ #include "sk.h" #ifndef NOPROTO -static int check_parity(des_cblock (*key)); +static int check_parity(const des_cblock key); #else static int check_parity(); #endif @@ -76,22 +76,22 @@ static int check_parity(); int des_check_key=0; void des_set_odd_parity(key) -des_cblock (*key); +des_cblock key; { int i; for (i=0; i