New commits:
commit f5f9f4e21703ce4fe76403f2107fb291dbde851b
Author: Andrew Cagney <cag...@gnu.org>
Date:   Wed Jun 30 14:01:32 2021 -0400

    kernel: update ipcomp code
    
    - sync up enum and enum_names:
        ipsec_comp_algo -> ipsec_ipcomp_algo
        ipcomp_transformid_names ->< ipsec_ipcomp_algo_names
    - change struct kernel_sa's:
        unsigned compalg
      to:
        enum ipsec_ipcomp_algo ipcomp_algo
    - drop code in ESP code path setting .compalg/.ipcomp_algo
      to the encryption algorithm!?!
    - drop #include "lsw-pfkeyv2.h" from linux kernel code
    - in kernel_xfrm.c go directly from enum ipsec_ipcomp_algo
      to the magic string passed to the kernel

_______________________________________________
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to