diff options
| author | 2022-05-07 17:19:01 +0100 | |
|---|---|---|
| committer | 2022-05-07 17:19:01 +0100 | |
| commit | a31baf263eb58f97eae19a9efc4e85f85e726a5f (patch) | |
| tree | d12a75e015ac14bfbef28935074a57cd95101a20 /src/modules/extra/m_argon2.cpp | |
| parent | Fix an off by one error in regex_posix. (diff) | |
| parent | Make linking servers over UNIX sockets less difficult. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/extra/m_argon2.cpp')
| -rw-r--r-- | src/modules/extra/m_argon2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_argon2.cpp b/src/modules/extra/m_argon2.cpp index 48554cc6d..58e11eef0 100644 --- a/src/modules/extra/m_argon2.cpp +++ b/src/modules/extra/m_argon2.cpp @@ -22,7 +22,7 @@ /// $PackageInfo: require_system("arch") argon2 pkgconf /// $PackageInfo: require_system("darwin") argon2 pkg-config -/// $PackageInfo: require_system("debian" "9.0") libargon2-0 pkg-config +/// $PackageInfo: require_system("debian" "10.0") libargon2-dev pkg-config /// $PackageInfo: require_system("ubuntu" "18.04") libargon2-0-dev pkg-config |
