diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-10 14:50:56 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-10 15:09:38 +0000 |
commit | 9a8cac060d60aee638e368e96afb46967d6d8190 (patch) | |
tree | 32365ea7ebb3e255907e352fcf867877ab9cd6a9 /src | |
parent | 0353338436141cd27cebd776cbc74e568e801ffe (diff) |
Add support for encrypting passwords with the Argon2 algorithm.
Closes #369.
Diffstat (limited to 'src')
-rw-r--r-- | src/win32/conanfile.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32/conanfile.txt b/src/win32/conanfile.txt index ac72eee2a..d0ef69167 100644 --- a/src/win32/conanfile.txt +++ b/src/win32/conanfile.txt @@ -1,4 +1,5 @@ [requires]
+argon2/20190702
libmysqlclient/8.1.0
openssl/3.2.1
pcre2/10.42
@@ -7,6 +8,7 @@ gettext/0.21 libgettext/0.22
[options]
+argon2/*:shared=True
libmysqlclient/*:shared=True
openssl/*:shared=True
pcre2/*:shared=True
|