Hi,

On Mon, Nov 21, 2016 at 10:31:45PM +0500, ???????? ?????????????? wrote:
> this line
> 
> https://github.com/OpenVPN/openvpn/blob/master/tests/unit_tests/openvpn/Makefile.am#L17
> 
> causes an error

GNU LD manpage says this is a trick to make it link "another function"
"--wrap parse_line" would make it link __wrap_parse_line() instead - 
most likely because @d12fk provided a stub function that mocks the
result (or whatever).

Have not looked into this in more detail.

gert

-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             g...@greenie.muc.de
fax: +49-89-35655025                        g...@net.informatik.tu-muenchen.de

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to