]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libsa: Move hash functions up a level
authorWarner Losh <imp@FreeBSD.org>
Wed, 31 Jan 2024 23:54:19 +0000 (16:54 -0700)
committerWarner Losh <imp@FreeBSD.org>
Fri, 2 Feb 2024 21:01:03 +0000 (14:01 -0700)
commitfd577b59b2d78a32f40fdc3847666728d8a897db
tree25d252ad72dd1e88aa136e6802f9d1845b0f7854
parent7c8b126c1a7b30fe690800d7e27b308876711f9d
libsa: Move hash functions up a level

This should have no functional change. Move compiling the sha256, sha512
and md5 hash functions up into libsa to allow them to be used elsewhere
in the boot loader when geli isn't configured. Since libsa is a .a, these
won't wind up in any boot loader that doesn't reference them, so should
be a nop.

Sponsored by: Netflix
stand/libsa/Makefile
stand/libsa/geli/Makefile.inc