aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-08-03 17:13:34 +0000
committerWarner Losh <imp@FreeBSD.org>2022-08-03 17:24:38 +0000
commit4333168b1dc0f9285e90ccba26e21348e51fe889 (patch)
treef5a58e21c1abf6daf91b1be313e65c1e78233ecc
parenta23c26b2fe38f7ad63e71e1f32795b4800213585 (diff)
downloadsrc-4333168b1dc0f9285e90ccba26e21348e51fe889.tar.gz
src-4333168b1dc0f9285e90ccba26e21348e51fe889.zip
stand: Remove unneeded include from geli
bootstrap.h isn't needed at all by geil, so remove it. Sponsored by: Netflix Reviewed by: tsoome (earlier version) Differential Revision: https://reviews.freebsd.org/D35920
-rw-r--r--stand/libsa/geli/geliboot_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stand/libsa/geli/geliboot_internal.h b/stand/libsa/geli/geliboot_internal.h
index 2af74466179f..74ca17f0b9b6 100644
--- a/stand/libsa/geli/geliboot_internal.h
+++ b/stand/libsa/geli/geliboot_internal.h
@@ -40,8 +40,6 @@
#include <geom/eli/g_eli.h>
#include <geom/eli/pkcs5v2.h>
-#include <bootstrap.h>
-
/* Pull in the md5, sha256, and sha512 implementations */
#include <sys/md5.h>
#include <crypto/sha2/sha256.h>