]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10063 - Fix typo in configure variable
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 2 Jun 2023 13:56:59 +0000 (13:56 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 2 Jun 2023 15:41:03 +0000 (15:41 +0000)
configure.ac

index 9919519401fee9590eda2ba15eae23de9473b17b..9d37fff6d98b298663abe1f15cf9cc44b936f43c 100644 (file)
@@ -3051,7 +3051,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