]> git.ipfire.org Git - thirdparty/openvpn.git/commit - src/openvpn/options.h
Change options->data_channel_use_ekm to flags
authorArne Schwabe <arne@rfc2549.org>
Thu, 8 Apr 2021 14:02:26 +0000 (16:02 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 27 Apr 2021 11:47:23 +0000 (13:47 +0200)
commit9c625f4a6633de05d030884cac779cb41a5060e1
treefdbb20d555f09d351b3696b3791f44e47f771b85
parent0f168c9ac6c0be5145b5c19c6e79634edf158262
Change options->data_channel_use_ekm to flags

Instead maintaining two different representation of the data channel
options in struct options and struct tls_options, use the same
flags variable that tls_options uses.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Antonio Quartulli <antonio@openvpn.net>
Message-Id: <20210408140229.31824-2-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22084.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/multi.c
src/openvpn/options.c
src/openvpn/options.h
src/openvpn/push.c
src/openvpn/ssl.c