Re: [Openvpn-devel] [PATCH 1/3] auth_token_kt: ensure key_type object is initialized

2019-11-10 Thread Arne Schwabe
Am 10.11.19 um 14:35 schrieb Antonio Quartulli: > Fixes the following warning: > > auth_token.c: In function 'auth_token_init_secret': > auth_token.c:47: warning: 'kt.cipher_length' is used uninitialized in this > function > auth_token.c:34: note: 'kt.cipher_length' was declared here > >

[Openvpn-devel] [PATCH 1/3] auth_token_kt: ensure key_type object is initialized

2019-11-10 Thread Antonio Quartulli
Fixes the following warning: auth_token.c: In function 'auth_token_init_secret': auth_token.c:47: warning: 'kt.cipher_length' is used uninitialized in this function auth_token.c:34: note: 'kt.cipher_length' was declared here Signed-off-by: Arne Schwabe Signed-off-by: Antonio Quartulli ---