From f272bc03ccefc1f822f14dbf6190ffc485cca62e Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 13 May 2020 18:36:02 +0000 Subject: [PATCH] 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. --- sys/opencrypto/xform_enc.h | 2 -- 1 file changed, 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 #include -#include #include #include #include @@ -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;