>> + int script_ret = openvpn_run_script(&argv, session->opt->es,
>> S_EXITCODE,
>> + "--auth-user-pass-verify");
>
> Perhaps move the retval declaration down here, as we're touching it
> anyhow? This switch() is the first place we use it, unless
On 30/09/2020 15:13, Arne Schwabe wrote:
Signed-off-by: Arne Schwabe
---
Changes.rst | 9 +
doc/man-sections/script-options.rst | 14 +++-
src/openvpn/ssl_verify.c| 56 -
3 files changed, 70 insertions(+), 9 deletions(
Signed-off-by: Arne Schwabe
---
Changes.rst | 9 +
doc/man-sections/script-options.rst | 14 +++-
src/openvpn/ssl_verify.c| 56 -
3 files changed, 70 insertions(+), 9 deletions(-)
diff --git a/Changes.rst b/Changes.rst
inde