]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix logic error in checking early negotiation support check
authorArne Schwabe <arne@rfc2549.org>
Tue, 15 Nov 2022 12:29:40 +0000 (13:29 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 16 Nov 2022 12:25:52 +0000 (13:25 +0100)
commit543f709f13bca9887cabd4545554539f18346e3c
tree3b387bcb37ab5ff9d36db2666c109688b974785c
parent761575cb7b49e94f361c6aaf4bb43d7c7baa5b38
Fix logic error in checking early negotiation support check

We want to check if EARLY_NEG_START is set and reserve the other bits
for future expansions. Right now we also check if all reserved bits are
zero. oops.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20221115122940.1947284-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25519.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/mudp.c