mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
This avoids using the staged headers for sys/crypto/sha2/*.h, such as sha256.h, which added an unneeded pre-build dependency on libmd to libcrypt. This header is an INCS in lib/libmd, but found via .PATH in sys/crypto/sha2. Since the libcrypt build was already using the in-src libmd headers directly, just teach it how to find the sha256.h header as well. Sponsored by: EMC / Isilon Storage Division |
||
|---|---|---|
| .. | ||
| tests | ||
| crypt-md5.c | ||
| crypt-nthash.c | ||
| crypt-sha256.c | ||
| crypt-sha512.c | ||
| crypt.3 | ||
| crypt.c | ||
| crypt.h | ||
| Makefile | ||
| Makefile.depend | ||
| misc.c | ||