]> git.ipfire.org Git - thirdparty/openvpn.git/commit
get rid of INLINE_FILE_TAG constant
authorAntonio Quartulli <a@unstable.cc>
Fri, 8 May 2020 21:23:56 +0000 (23:23 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 11 May 2020 12:35:45 +0000 (14:35 +0200)
commit27ad978fd6721f05f0c484a1bdbf775b0ab36ab2
treeb8e149abb1ba434976a10b8b97ddf55684a09253
parentd7e26a34319495e39b8e23a5717304d28a417c30
get rid of INLINE_FILE_TAG constant

Now that the whole inline logic has been converted to using bool flags,
the INLINE_FILE_TAG constant is not useful anymore.

Get rid of the constant as it's now unused and to prevent any future
developer from mistakenly use it again.

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200508212356.18522-1-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19863.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/common.h
src/openvpn/crypto.c