aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2005-03-11 15:42:51 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2005-03-11 15:42:51 +0000
commit68527b3aad57040b661a801cfb4de8b5961ae3c0 (patch)
treea4b02ef53e1b8e9a6da3e2ad42041d16e534ca7e /sys/crypto
parent35a196154f3aee3cffea9c2f1d2d1ba170be37e2 (diff)
downloadsrc-68527b3aad57040b661a801cfb4de8b5961ae3c0.tar.gz
src-68527b3aad57040b661a801cfb4de8b5961ae3c0.zip
stop including rijndael-api-fst.h from rijndael.h.
this is required to integrate opencrypto into crypto.
Notes
Notes: svn path=/head/; revision=143418
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/rijndael/rijndael.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/crypto/rijndael/rijndael.h b/sys/crypto/rijndael/rijndael.h
index 41ecf48cddf1..a443592dcfb2 100644
--- a/sys/crypto/rijndael/rijndael.h
+++ b/sys/crypto/rijndael/rijndael.h
@@ -31,7 +31,6 @@
#define __RIJNDAEL_H
#include <crypto/rijndael/rijndael-alg-fst.h>
-#include <crypto/rijndael/rijndael-api-fst.h>
/* XXX: avoid conflicts with opencrypto */
#define rijndael_set_key _rijndael_set_key