]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Bump version of openvpn plugin argument structs to 5
authorSelva Nair <selva.nair@gmail.com>
Wed, 8 Aug 2018 02:44:30 +0000 (22:44 -0400)
committerGert Doering <gert@greenie.muc.de>
Wed, 8 Aug 2018 07:02:54 +0000 (09:02 +0200)
commitda0a42ca98623487726162b8710690cd3d003a63
tree9aef87c969a5a22048d3db5a48f12955b46e590e
parent7369d01bf360bcfa02f26c05b86dde5496d120f6
Bump version of openvpn plugin argument structs to 5

This was missed in commit 6690769f78bbfb889fef2a54088d979896c87d51
that exported base64_encode and base64_decode() functions.

Also check the version is >= 5 in auth-pam plugin to ensure
that the base64_decode function pointer can be referenced.

Signed-off-by: Selva Nair <selva.nair@gmail.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1533696271-21799-1-git-send-email-selva.nair@gmail.com>
URL: https://www.mail-archive.com/search?l=mid&q=1533696271-21799-1-git-send-email-selva.nair@gmail.com
Signed-off-by: Gert Doering <gert@greenie.muc.de>
include/openvpn-plugin.h.in
src/plugins/auth-pam/auth-pam.c