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> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"