summaryrefslogtreecommitdiffstats
path: root/sys/crypto/cast128/cast128.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/cast128/cast128.h')
-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