svn commit: r326586 - head/stand/geli

Warner Losh imp at FreeBSD.org
Tue Dec 5 21:37:47 UTC 2017


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>
 


More information about the svn-src-head mailing list