diff --git a/include/sudo_plugin.h b/include/sudo_plugin.h index 0f026e2f7..461f66941 100644 --- a/include/sudo_plugin.h +++ b/include/sudo_plugin.h @@ -58,7 +58,7 @@ struct sudo_conv_message { * for memset_s() when clearing passwords returned by the conversation * function. */ -#define SUDO_CONV_REPL_MAX 255 +#define SUDO_CONV_REPL_MAX 1023 struct sudo_conv_reply { char *reply;