library: crypto/md5

This commit is contained in:
xushiwei
2024-07-30 02:07:19 +08:00
parent 42352d9f57
commit d480bb3ecd
7 changed files with 76 additions and 9 deletions

View File

@@ -755,6 +755,7 @@ func findDylibDep(exe, lib string) string {
type none struct{}
var hasAltPkg = map[string]none{
"crypto/md5": {},
"fmt": {},
"internal/abi": {},
"internal/bytealg": {},