mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#10063 - Fix typo in configure variable
This commit is contained in:
parent
337455eb3a
commit
55a485d12e
1 changed files with 1 additions and 1 deletions
|
|
@ -3093,7 +3093,7 @@ if test "$ol_enable_argon2" = "yes" ; then
|
|||
|
||||
BUILD_PW_ARGON2=$ol_enable_argon2
|
||||
if test "$ol_enable_argon2" = "yes" ; then
|
||||
SLAPD_DYNAMIC_PWMODS="$SLAPD_DYNAMIC_PWDMODS argon2.la"
|
||||
SLAPD_DYNAMIC_PWMODS="$SLAPD_DYNAMIC_PWMODS argon2.la"
|
||||
fi
|
||||
AC_DEFINE_UNQUOTED(SLAPD_PWMOD_PW_ARGON2,$SLAPD_MOD_DYNAMIC,[define for Argon2 Password hashing module])
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue