1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-06 18:29:47 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326586

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>