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