summaryrefslogtreecommitdiffstats
path: root/sys/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/rijndael/rijndael.h5
1 files changed, 0 insertions, 5 deletions
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 */
OpenPOWER on IntegriCloud