]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Avoid warning about missing braces when initialising key struct
authorAntonio Quartulli <a@unstable.cc>
Wed, 8 Mar 2023 13:37:43 +0000 (14:37 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 8 Mar 2023 13:50:30 +0000 (14:50 +0100)
commit5a14a5ea572ec88e2a9e7bfdad9d5fe31025c021
tree5c40741eb3ab75de95ab30362c7dc5e64b3d4788
parent549fbd83f9d445863cc62b3a658a406afacdaeac
Avoid warning about missing braces when initialising key struct

This avoids the warning from gcc about initialising the key2 struct.

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20230308133743.5059-1-a@unstable.cc>
URL: https://www.mail-archive.com/search?l=mid&q=20230308133743.5059-1-a@unstable.cc
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/tls_crypt.c