diff options
author | Sadie Powell <sadie@witchery.services> | 2022-10-22 20:08:30 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-10-22 20:08:30 +0100 |
commit | 9d92de115785cb991a0d825a0b783594056ca1bb (patch) | |
tree | 33ef6c8ac7cadd6cfc03211e6ba21c86721a883d /vendor/update.toml | |
parent | 1664689eb7a99ee71b03c3a4aaa80fda19933dc2 (diff) |
Import InspIRCd's vendoring tool and use it to vendor crypt_blowfish.
Diffstat (limited to 'vendor/update.toml')
-rw-r--r-- | vendor/update.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/update.toml b/vendor/update.toml new file mode 100644 index 000000000..6a41ec287 --- /dev/null +++ b/vendor/update.toml @@ -0,0 +1,8 @@ +[bcrypt] +author = "Solar Designer" +email = "solar@openwall.com" +files = "crypt_blowfish.[ch]" +license = "Public Domain" +tarball = "https://www.openwall.com/crypt/crypt_blowfish-1.3.tar.gz" +version = "v1.3" +website = "https://www.openwall.com/crypt/" |