ITS#9453 - fix typo

This commit is contained in:
Quanah Gibson-Mount 2021-04-06 15:58:09 +00:00
parent 12a81e78de
commit 6e529f31b7

View File

@ -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 ----------------------------------------------------------------