summaryrefslogtreecommitdiffstats
path: root/sys/crypto/blowfish
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 05:14:42 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 05:14:42 +0000
commiteddc6122c99ccaa9c147f78f44588a5757d3f046 (patch)
tree5fcd19c5c990fd9d830071523f9c3dc5cfb35586 /sys/crypto/blowfish
parent62379fef927268e564719e3e766bb3900ef387c7 (diff)
downloadFreeBSD-src-eddc6122c99ccaa9c147f78f44588a5757d3f046.zip
FreeBSD-src-eddc6122c99ccaa9c147f78f44588a5757d3f046.tar.gz
Remove __P.
Diffstat (limited to 'sys/crypto/blowfish')
-rw-r--r--sys/crypto/blowfish/blowfish.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/crypto/blowfish/blowfish.h b/sys/crypto/blowfish/blowfish.h
index 26b3e7c..5b63b15 100644
--- a/sys/crypto/blowfish/blowfish.h
+++ b/sys/crypto/blowfish/blowfish.h
@@ -80,9 +80,9 @@ typedef struct bf_key_st {
BF_LONG S[4*256];
} BF_KEY;
-void BF_set_key __P((BF_KEY *, int, unsigned char *));
-void BF_encrypt __P((BF_LONG *, BF_KEY *));
-void BF_decrypt __P((BF_LONG *, BF_KEY *));
+void BF_set_key(BF_KEY *, int, unsigned char *);
+void BF_encrypt(BF_LONG *, BF_KEY *);
+void BF_decrypt(BF_LONG *, BF_KEY *);
void BF_cbc_encrypt(const unsigned char *, unsigned char *, long,
const BF_KEY *, unsigned char *, int);
OpenPOWER on IntegriCloud