No need to include the userland md5.h, the kernel one is just fine.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-12-05 21:37:45 +00:00
parent a4b9cb3abd
commit 939971a289

View File

@ -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>