From 6e529f31b788462070040f1f32cad4faa611eb0a Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 6 Apr 2021 15:58:09 +0000 Subject: [PATCH] ITS#9453 - fix typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---------------------------------------------------------------- -- 2.47.3