mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
depend-cleanup.sh: clean up after hash function removal from libcrypt
The hash function removal changed the mangled names of MD[45] and
SHA{256,512} hash function identifiers. Clean these files to pick
up the symbol change.
Reported by: bapt
Tested by: brooks
Fixes: cb5e41b160
This commit is contained in:
parent
28c9b13b23
commit
d8cd2d0833
@ -225,3 +225,9 @@ if [ -e "$f" ]; then
|
||||
run rm -f "$p"/*.inc
|
||||
fi
|
||||
fi
|
||||
|
||||
# 20241025 cb5e41b16083 Unbundle hash functions fom lib/libcrypt
|
||||
clean_dep lib/libcrypt crypt-md5 c
|
||||
clean_dep lib/libcrypt crypt-nthash c
|
||||
clean_dep lib/libcrypt crypt-sha256 c
|
||||
clean_dep lib/libcrypt crypt-sha512 c
|
||||
|
Loading…
Reference in New Issue
Block a user