From 4319b5fb5e160e2be5ff7b12e86441ffae879993 Mon Sep 17 00:00:00 2001 From: ume Date: Fri, 11 Mar 2005 12:37:07 +0000 Subject: refer opencrypto/cast.h directly. --- sys/crypto/cast128/cast128.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 sys/crypto/cast128/cast128.h (limited to 'sys/crypto') 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 - -#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_ */ -- cgit v1.1