summaryrefslogtreecommitdiff
path: root/vendor/README.md
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-08-14 15:48:43 +0100
committerPeter Powell <petpow@saberuk.com>2018-08-14 15:48:43 +0100
commit188acfed6f9e051e6e3ea5e4c5ac1cce4a96c529 (patch)
treee08d2689e083c0b5f72221bb7ffca4caae94ca41 /vendor/README.md
parent7d4f8960f827347e610727b19a33096ed8e5f1c8 (diff)
Convert m_bcrypt to use a vendored library instead of bundling.
Diffstat (limited to 'vendor/README.md')
-rw-r--r--vendor/README.md13
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** &mdash; Openwall bcrypt
+
+**Last Updated** &mdash; 2018-08-14 (v1.3)
+
+**License** &mdash; Public Domain
+
+**Website** &mdash; [http://openwall.com/crypt/](http://openwall.com/crypt/)