aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-05-13 18:36:02 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-05-13 18:36:02 +0000
commitf272bc03ccefc1f822f14dbf6190ffc485cca62e (patch)
tree4aa0854b5b8c52be908b32ecf6a413960e169c4b /sys/opencrypto
parent07a34ce38169f506faded8d38055bb86022f98ca (diff)
downloadsrc-f272bc03ccefc1f822f14dbf6190ffc485cca62e.tar.gz
src-f272bc03ccefc1f822f14dbf6190ffc485cca62e.zip
Trim a few more things I missed from xform_enc.h.
An extern declaration for the now-removed Blowfish encryption transform, and an include of the DES header.
Notes
Notes: svn path=/head/; revision=361014
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/xform_enc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/opencrypto/xform_enc.h b/sys/opencrypto/xform_enc.h
index 6597ffb74205..231ae25f9c68 100644
--- a/sys/opencrypto/xform_enc.h
+++ b/sys/opencrypto/xform_enc.h
@@ -33,7 +33,6 @@
#include <sys/malloc.h>
#include <sys/errno.h>
-#include <crypto/des/des.h>
#include <crypto/rijndael/rijndael.h>
#include <crypto/camellia/camellia.h>
#include <opencrypto/cryptodev.h>
@@ -68,7 +67,6 @@ struct enc_xform {
extern struct enc_xform enc_xform_null;
-extern struct enc_xform enc_xform_blf;
extern struct enc_xform enc_xform_rijndael128;
extern struct enc_xform enc_xform_aes_icm;
extern struct enc_xform enc_xform_aes_nist_gcm;