From eddc6122c99ccaa9c147f78f44588a5757d3f046 Mon Sep 17 00:00:00 2001 From: alfred Date: Wed, 20 Mar 2002 05:14:42 +0000 Subject: Remove __P. --- sys/crypto/cast128/cast128.h | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'sys/crypto/cast128') diff --git a/sys/crypto/cast128/cast128.h b/sys/crypto/cast128/cast128.h index fbfa590..92fdad3 100644 --- a/sys/crypto/cast128/cast128.h +++ b/sys/crypto/cast128/cast128.h @@ -46,14 +46,10 @@ #define CAST128_DECRYPT 0 -extern void set_cast128_subkey __P((u_int32_t *, u_int8_t *, int)); -extern void cast128_encrypt_round16 __P((u_int8_t *, const u_int8_t *, - u_int32_t *)); -extern void cast128_decrypt_round16 __P((u_int8_t *, const u_int8_t *, - u_int32_t *)); -extern void cast128_encrypt_round12 __P((u_int8_t *, const u_int8_t *, - u_int32_t *)); -extern void cast128_decrypt_round12 __P((u_int8_t *, const u_int8_t *, - u_int32_t *)); +extern void set_cast128_subkey(u_int32_t *, u_int8_t *, int); +extern void cast128_encrypt_round16(u_int8_t *, const u_int8_t *, u_int32_t *); +extern void cast128_decrypt_round16(u_int8_t *, const u_int8_t *, u_int32_t *); +extern void cast128_encrypt_round12(u_int8_t *, const u_int8_t *, u_int32_t *); +extern void cast128_decrypt_round12(u_int8_t *, const u_int8_t *, u_int32_t *); #endif -- cgit v1.1