diff options
author | ShutterQuick <shutter@canternet.org> | 2020-10-10 19:25:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-10 18:25:24 +0100 |
commit | 219f8e62623ff0c3002be764c1dbf7201d0293db (patch) | |
tree | 0c466767e867f8d1e645afef1e971d6610a42385 /configure | |
parent | 5f71fbdbffeecff18914fbe523e795a1d7680b47 (diff) |
Implement support for Argon2 password hashing.
Resolves #1540.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -363,6 +363,7 @@ if (prompt_bool $interactive, $question, 0) { # system './modulemanager', 'enable', '--auto'; my %modules = ( # Missing: m_ldap, m_regex_stdlib, m_ssl_mbedtls + 'm_argon2.cpp' => 'pkg-config --exists libargon2', 'm_geo_maxmind.cpp' => 'pkg-config --exists libmaxminddb', 'm_mysql.cpp' => 'mysql_config --version', 'm_pgsql.cpp' => 'pg_config --version', |