Re: [Openvpn-devel] [PATCH] Do not print Diffy Hellman parameters file to log file

2021-03-17 Thread Antonio Quartulli
Hi, On 17/03/2021 23:34, Richard Bonhomme wrote: > Suppress printing the complete Diffy Hellman parameters file > to the log file when it has been configured as an inline file. > > Signed-off-by: Richard Bonhomme This is indeed something that I forgot to change when implementing 19fab1f6cf71715

[Openvpn-devel] [PATCH] Do not print Diffy Hellman parameters file to log file

2021-03-17 Thread Richard Bonhomme
Suppress printing the complete Diffy Hellman parameters file to the log file when it has been configured as an inline file. Signed-off-by: Richard Bonhomme --- src/openvpn/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/options.c b/src/openvpn/options.c