Hi,
On Thu, May 28, 2020 at 04:46:51PM -0700, James Bottomley wrote:
> diff --git a/tests/unit_tests/openvpn/test_ncp.c
> b/tests/unit_tests/openvpn/test_ncp.c
> index 19432410..f58fa2ea 100644
> --- a/tests/unit_tests/openvpn/test_ncp.c
> +++ b/tests/unit_tests/openvpn/test_ncp.c
> @@ -48,7 +48,7 @@ static void
> test_check_ncp_ciphers_list(void **state)
> {
> struct gc_arena gc = gc_new();
> - bool have_chacha = cipher_kt_get("CHACHA20-POLY1305");
> + bool have_chacha =
> cipher_kt_get(translate_cipher_name_from_openvpn("CHACHA20-POLY1305"));
Am I right in assuming that this patch is no longer needed with the
two cipher_kt_ translation patches I merged yesterday?
gert
--
"If was one thing all people took for granted, was conviction that if you
feed honest figures into a computer, honest figures come out. Never doubted
it myself till I met a computer with a sense of humor."
Robert A. Heinlein, The Moon is a Harsh Mistress
Gert Doering - Munich, Germany [email protected]
signature.asc
Description: PGP signature
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
