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:
Robert Clausecker 2024-10-25 22:39:06 +02:00
parent 28c9b13b23
commit d8cd2d0833

View File

@ -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