From dd4577fc25e3bce8e3923bd1dba4b5592f3d5cc0 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Fri, 2 Jun 2023 13:56:59 +0000 Subject: [PATCH] ITS#10063 - Fix typo in configure variable --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2