On Fri, 2020-06-12 at 08:23 +0200, Gert Doering wrote:
> 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?

Yes, make check now passes on openSUSE_Leap_15.1

James

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to