summaryrefslogtreecommitdiffstats
path: root/sys/crypto
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-03-11 12:37:07 +0000
committerume <ume@FreeBSD.org>2005-03-11 12:37:07 +0000
commit4319b5fb5e160e2be5ff7b12e86441ffae879993 (patch)
tree2ca524f4eb9697cb8e44dcb16dcb5bd954060917 /sys/crypto
parent364f261bed3d4f605e8a6613b88275abb211a816 (diff)
downloadFreeBSD-src-4319b5fb5e160e2be5ff7b12e86441ffae879993.zip
FreeBSD-src-4319b5fb5e160e2be5ff7b12e86441ffae879993.tar.gz
refer opencrypto/cast.h directly.
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/cast128/cast128.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/crypto/cast128/cast128.h b/sys/crypto/cast128/cast128.h
deleted file mode 100644
index c316f17..0000000
--- a/sys/crypto/cast128/cast128.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* $FreeBSD$ */
-
-#ifndef _CAST128_H_
-#define _CAST128_H_
-
-#include <opencrypto/cast.h>
-
-#define cast128_key cast_key
-
-#define cast128_setkey(key, rawkey, keybytes) \
- cast_setkey((key), (rawkey), (keybytes))
-#define cast128_encrypt(key, inblock, outblock) \
- cast_encrypt((key), (inblock), (outblock))
-#define cast128_decrypt(key, inblock, outblock) \
- cast_decrypt((key), (inblock), (outblock))
-
-#endif /* _CAST128_H_ */
OpenPOWER on IntegriCloud