]> 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:20 +0000 (15:41 +0000)
configure.ac

index 8e71453eecd6102e9bc5834a05f7fb7aca29c99f..a4836a8a0218326643db20d8131fc717d1fc3edf 100644 (file)
@@ -3106,7 +3106,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