From: Quanah Gibson-Mount Date: Tue, 6 Apr 2021 15:58:09 +0000 (+0000) Subject: ITS#9453 - fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_5_4~7^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e529f31b788462070040f1f32cad4faa611eb0a;p=thirdparty%2Fopenldap.git ITS#9453 - fix typo --- diff --git a/configure.ac b/configure.ac index a545ae148e..733de058ba 100644 --- a/configure.ac +++ b/configure.ac @@ -428,7 +428,7 @@ SLAPD Password Module Options:]) OL_ARG_ENABLE(argon2, [AS_HELP_STRING([--enable-argon2], [Argon2 password hashing module])], no, [no yes], ol_enable_pwmodules) OL_ARG_WITH(argon2, - [AS_HELP_STRING([--with-argon2], [with argon2 support library auto|libsodum|libargon2])], + [AS_HELP_STRING([--with-argon2], [with argon2 support library auto|libsodium|libargon2])], auto, [auto libsodium libargon2 yes no] ) dnl ----------------------------------------------------------------