]> git.ipfire.org Git - thirdparty/openvpn.git/commit
auth-token with auth-nocache fix broke --disable-crypto builds
authorDavid Sommerseth <davids@openvpn.net>
Mon, 19 Jun 2017 13:05:07 +0000 (15:05 +0200)
committerDavid Sommerseth <davids@openvpn.net>
Mon, 19 Jun 2017 13:24:09 +0000 (15:24 +0200)
commitdf5efe7e2cd23b2282526f2c41be2063d941dff1
tree7c6da91b13bcd8331275d7fe44f69b88af3036ef
parente4b0600c990b06ef4c94856e12b24a37110e0860
auth-token with auth-nocache fix broke --disable-crypto builds

After adding commit 571165360db0392fa83e, it broke builds where
the --disable-crypto was used with ./configure.  This was due to
the delayed_auth_pass_purge() which requires the crypto code paths
being called from init.c without the proper #ifdef encapsulation.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20170619130507.13892-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14883.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
(cherry picked from commit 5bde5b6d1875fd87b116c943084df0d2f6aee6d0)
src/openvpn/init.c