]> git.ipfire.org Git - thirdparty/strongswan.git/commit
kernel-interface: Remove unnecessary parameters for release_reqid()
authorTobias Brunner <tobias@strongswan.org>
Mon, 2 Oct 2023 12:08:56 +0000 (14:08 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 13 Nov 2023 11:02:11 +0000 (12:02 +0100)
commit02180ae2fff9d732e1e1be41466543b7e9bdd8ba
treeab854cd4f061576d154289831eba3127f1182c87
parent90cf0078e1aea32c650ad0cba13619c0bc845d1b
kernel-interface: Remove unnecessary parameters for release_reqid()

These are not included in the initial lookup anymore. Also simplified
the implementation as we always add the same entry to the two hash
tables.
src/libcharon/kernel/kernel_interface.c
src/libcharon/kernel/kernel_interface.h
src/libcharon/sa/child_sa.c