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

D. Hugh Redelmeier hugh at vault.libreswan.fi
Mon Feb 7 01:11:21 EET 2022


New commits:
commit 537ac5b75a555bd54c07a3eff01091b35e782db5
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Sun Feb 6 18:05:34 2022 -0500

    pluto crypt_dh_v1.c: simplify calc_skeyids_iv
    
    Coverity Scan pointed out that local "hasher" was always dereferenced
    so it must never have been NULL.  So conditional initialization is redundant.
    So use of hasher can be replaced by its (now simple) definition.
    
    Add a const to the st parameter.



More information about the Swan-commit mailing list