Lightly tested via local builds and GHA. This is basically a no-op, as lzoutils.h contains
#define lzo_malloc(a) (malloc(a)) #define lzo_free(a) (free(a)) .. and nothing more complicated. Having lzoutil.h out of the way paves the way for "make lzo2.pc pkg-config checks work" :-) Your patch has been applied to the master and release/2.6 branch (I see this as "long-term compat" for building). commit d601237976323b5d8f6ac65c27ccc510563ad75f (master) commit 1ae753e4240434abda0a33aed07b289fa9c6ee79 (release/2.6) Author: Frank Lichtenheld Date: Tue Jun 4 23:17:08 2024 +0200 LZO: do not use lzoutils.h macros Signed-off-by: Frank Lichtenheld <fr...@lichtenheld.com> Acked-by: Arne Schwabe <arne-open...@rfc2549.org> Message-Id: <20240604211708.32315-1-g...@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28705.html Signed-off-by: Gert Doering <g...@greenie.muc.de> -- kind regards, Gert Doering _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel