[Swan-commit] Changes to ref refs/heads/main

Paul Wouters paul at vault.libreswan.fi
Tue Jun 29 02:48:45 UTC 2021


New commits:
commit 96f7be979aee74329d072ca90467dfc8d0819c99
Author: Timm Baeder <baeder at redhat.com>
Date:   Mon Jun 28 22:47:24 2021 -0400

    pluto: Add missing assignment operators
    
    Omitting the assignment operator is a GNU extension which clang does not
    support:
    
    programs/pluto/state.c:116:21: error: use of GNU 'missing =' extension in designator [-Werror,-Wgnu-designator]
            [STATE_IKEv1_ROOF] &state_ikev1_roof,
                               ^
                               =
    
    Resolves: https://github.com/libreswan/libreswan/pull/403
    
    Signed-off-by: Paul Wouters <paul.wouters at aiven.io>



More information about the Swan-commit mailing list