diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-09 14:29:25 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-09 22:22:56 +0000 |
commit | 2c5b2c649ef59be1695132d02377312cac523497 (patch) | |
tree | fada1714276a93d8d5c08510c4c0ce5cddb0984f /vendor/update.toml | |
parent | a6bc4cab9d0b10a46690cffb15f87b7528e5bb62 (diff) |
Convert enc_md5 to use a vendored MD5 library.
Diffstat (limited to 'vendor/update.toml')
-rw-r--r-- | vendor/update.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/update.toml b/vendor/update.toml index 6a41ec287..70330253b 100644 --- a/vendor/update.toml +++ b/vendor/update.toml @@ -6,3 +6,13 @@ license = "Public Domain" tarball = "https://www.openwall.com/crypt/crypt_blowfish-1.3.tar.gz" version = "v1.3" website = "https://www.openwall.com/crypt/" + +[md5] +author = "Solar Designer" +depth = 1 +email = "solar@openwall.com" +files = "{LICENSE,md5/md5.[ch]}" +license = "Cut-down BSD License" +tarball = "https://www.openwall.com/blists/blists-2.0.tar.gz" +version = "v2.0" +website = "https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5" |