svn commit: r322934 - head/sys/boot/geli

Warner Losh imp at FreeBSD.org
Sat Aug 26 18:29:55 UTC 2017


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>
 


More information about the svn-src-all mailing list