Hi,

On 31-10-18 00:20, tincanteksup wrote:
> Correct error message for --tls-crypt-v2-genkey client
> 
> Signed-off-by: Richard Bonhomme <tincantek...@gmail.com>
> ---
> diff --git a/src/openvpn/init.c b/src/openvpn/init.c
> index 882337b2..39e8ca5f 100644
> --- a/src/openvpn/init.c
> +++ b/src/openvpn/init.c
> @@ -1087,7 +1087,7 @@ do_genkey(const struct options *options)
>          {
>              if (!options->tls_crypt_v2_file)
>              {
> -                msg(M_USAGE, "--tls-crypt-v2-gen-client-key requires a
> server key to be set via --tls-crypt-v2");
> +                msg(M_USAGE, "--tls-crypt-v2-genkey requires a server
> key to be set via --tls-crypt-v2 to create a client key");
>              }
> 
> 
> tls_crypt_v2_write_client_key_file(options->tls_crypt_v2_genkey_file,

This is a remnant of one of the earlier patch versions, where the option
was named differently.  Thanks for spotting and supplying the fix.

Acked-by: Steffan Karger <steffan.kar...@fox-it.com>

-Steffan


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to