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

Andrew Cagney cagney at vault.libreswan.fi
Mon Jun 10 14:18:19 UTC 2019


New commits:
commit 4c80395c2474b6df4ba46b18c980c07d9d08095e
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Jun 10 10:10:58 2019 -0400

    crypto: replace MD with MDP as parameter to crypto_completed_cb(), yuck
    
    In IKEv2, the only place that *MDP is "stolen" is in
    complete_v2_state_transition() when handling STF_SUSPEND.  Hence,
    there's no good reason for passing in a pointer to MD a.k.a. MDP.
    
    However, in IKEv2, this isn't the case - the code base is still
    littered with suspend_md() calls.  Since that isn't likely to change,
    MD is replaced with MDP making the interface IKEv1 code base friendly.
    Yuck.



More information about the Swan-commit mailing list