diff options
author | Peter Powell <petpow@saberuk.com> | 2018-08-14 15:48:43 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-08-14 15:48:43 +0100 |
commit | 188acfed6f9e051e6e3ea5e4c5ac1cce4a96c529 (patch) | |
tree | e08d2689e083c0b5f72221bb7ffca4caae94ca41 /vendor/README.md | |
parent | 7d4f8960f827347e610727b19a33096ed8e5f1c8 (diff) |
Convert m_bcrypt to use a vendored library instead of bundling.
Diffstat (limited to 'vendor/README.md')
-rw-r--r-- | vendor/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/README.md b/vendor/README.md new file mode 100644 index 000000000..a6bc7c693 --- /dev/null +++ b/vendor/README.md @@ -0,0 +1,13 @@ +# Vendored Libraries + +This directory contains vendored dependencies that are shipped with InspIRCd to avoid users needing to install them manually. + +## bcrypt + +**Name** — Openwall bcrypt + +**Last Updated** — 2018-08-14 (v1.3) + +**License** — Public Domain + +**Website** — [http://openwall.com/crypt/](http://openwall.com/crypt/) |