summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/xform.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-03-11 17:24:46 +0000
committerume <ume@FreeBSD.org>2005-03-11 17:24:46 +0000
commit5ce7e2e80a4c964711bcae675ca625200babec5a (patch)
tree67d309c11bf72836186db6d48b3ed9845eb02c30 /sys/opencrypto/xform.c
parent1723d628c51d72cc99e99fc848c4b4f1b5fdcafe (diff)
downloadFreeBSD-src-5ce7e2e80a4c964711bcae675ca625200babec5a.zip
FreeBSD-src-5ce7e2e80a4c964711bcae675ca625200babec5a.tar.gz
just use crypto/rijndael, and nuke opencrypto/rindael.[ch].
the two became almost identical since latest KAME merge. Discussed with: sam
Diffstat (limited to 'sys/opencrypto/xform.c')
-rw-r--r--sys/opencrypto/xform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/opencrypto/xform.c b/sys/opencrypto/xform.c
index f628228..5dfb317 100644
--- a/sys/opencrypto/xform.c
+++ b/sys/opencrypto/xform.c
@@ -50,11 +50,11 @@ __FBSDID("$FreeBSD$");
#include <crypto/blowfish/blowfish.h>
#include <crypto/des/des.h>
+#include <crypto/rijndael/rijndael.h>
#include <crypto/sha1.h>
#include <opencrypto/cast.h>
#include <opencrypto/deflate.h>
-#include <opencrypto/rijndael.h>
#include <opencrypto/rmd160.h>
#include <opencrypto/skipjack.h>
OpenPOWER on IntegriCloud