From: Quanah Gibson-Mount Date: Fri, 2 Jun 2023 13:56:59 +0000 (+0000) Subject: ITS#10063 - Fix typo in configure variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55a485d12ef5ef857345137fa2b6cdbd32b382fe;p=thirdparty%2Fopenldap.git ITS#10063 - Fix typo in configure variable --- diff --git a/configure.ac b/configure.ac index c4e2a905e2..53c44b8b82 100644 --- a/configure.ac +++ b/configure.ac @@ -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