From 5ce7e2e80a4c964711bcae675ca625200babec5a Mon Sep 17 00:00:00 2001 From: ume Date: Fri, 11 Mar 2005 17:24:46 +0000 Subject: just use crypto/rijndael, and nuke opencrypto/rindael.[ch]. the two became almost identical since latest KAME merge. Discussed with: sam --- sys/crypto/rijndael/rijndael.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/crypto') diff --git a/sys/crypto/rijndael/rijndael.h b/sys/crypto/rijndael/rijndael.h index 2e133e2..03dbabd 100644 --- a/sys/crypto/rijndael/rijndael.h +++ b/sys/crypto/rijndael/rijndael.h @@ -34,11 +34,6 @@ #define RIJNDAEL_MAXKB (256/8) #define RIJNDAEL_MAXNR 14 -/* XXX: avoid conflicts with opencrypto */ -#define rijndael_set_key _rijndael_set_key -#define rijndael_decrypt _rijndael_decrypt -#define rijndael_encrypt _rijndael_encrypt - typedef struct { int decrypt; int Nr; /* key-length-dependent number of rounds */ -- cgit v1.1