]> git.ipfire.org Git - thirdparty/openvpn.git/commit
LZO: do not use lzoutils.h macros
authorFrank Lichtenheld <frank@lichtenheld.com>
Tue, 4 Jun 2024 21:17:08 +0000 (23:17 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 5 Jun 2024 10:37:22 +0000 (12:37 +0200)
commitd601237976323b5d8f6ac65c27ccc510563ad75f
treed9984cfcd475b5e17ac5a80e5737c658c3da8c06
parent82036c17c45d45c3fe8725f64b33720cb9c94dad
LZO: do not use lzoutils.h macros

Instead of lzo_{free,malloc} we can just use the
free and malloc as the lzoutils.h header itself
suggests.

Change-Id: I32ee28fde5d38d736f753c782d88a81de7fe2980
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20240604211708.32315-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28705.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
config.h.cmake.in
configure.ac
src/openvpn/lzo.c
src/openvpn/lzo.h