0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/test
James Yonan 95852fd24a
unittests: added THROW_FMT(...) convenience macro to throw an exception with printf-style argument substitution
Example:

  if (expect_throw != actual_throw)
    THROW_FMT("validate_size: bad throw, expect=%s, actual=%s, FC=%s size=%s",
	      expect_throw,
	      actual_throw,
	      fc.info(),
	      size);

Signed-off-by: James Yonan <james@openvpn.net>
2021-08-03 10:42:31 +02:00
..
ovpncli Document WEBAUTH and implement it as auth pending method in demo client 2021-07-28 14:50:06 +02:00
ssl ProtoContext: added keepalive_timeout_early parameter 2021-07-03 13:10:01 -06:00
unittests unittests: added THROW_FMT(...) convenience macro to throw an exception with printf-style argument substitution 2021-08-03 10:42:31 +02:00
unused Update copyrights 2020-03-18 19:37:32 +01:00