Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2017 21:37:45 +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: r326586 - head/stand/geli
Message-ID:  <201712052137.vB5LbjX5023910@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Dec  5 21:37:45 2017
New Revision: 326586
URL: https://svnweb.freebsd.org/changeset/base/326586

Log:
  No need to include the userland md5.h, the kernel one is just fine.
  
  Sponsored by: Netflix

Modified:
  head/stand/geli/geliboot_internal.h

Modified: head/stand/geli/geliboot_internal.h
==============================================================================
--- head/stand/geli/geliboot_internal.h	Tue Dec  5 21:37:41 2017	(r326585)
+++ head/stand/geli/geliboot_internal.h	Tue Dec  5 21:37:45 2017	(r326586)
@@ -43,7 +43,7 @@
 #include <bootstrap.h>
 
 /* Pull in the md5, sha256, and sha512 implementations */
-#include <md5.h>
+#include <sys/md5.h>
 #include <crypto/sha2/sha256.h>
 #include <crypto/sha2/sha512.h>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712052137.vB5LbjX5023910>