mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00: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
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue