Date: Sat, 26 Aug 2017 18:29:53 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r322934 - head/sys/boot/geli Message-ID: <201708261829.v7QITrBo099604@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sat Aug 26 18:29:53 2017 New Revision: 322934 URL: https://svnweb.freebsd.org/changeset/base/322934 Log: _STAND is sometimes defined on the command line. Make the define here match. Sponsored by: Netflix Modified: head/sys/boot/geli/geliboot_internal.h Modified: head/sys/boot/geli/geliboot_internal.h ============================================================================== --- head/sys/boot/geli/geliboot_internal.h Sat Aug 26 18:29:48 2017 (r322933) +++ head/sys/boot/geli/geliboot_internal.h Sat Aug 26 18:29:53 2017 (r322934) @@ -51,7 +51,7 @@ #include <crypto/rijndael/rijndael-api-fst.h> /* AES-XTS implementation */ -#define _STAND +#define _STAND 1 #define STAND_H /* We don't want stand.h in {gpt,zfs,gptzfs}boot */ #include <opencrypto/xform_enc.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708261829.v7QITrBo099604>