Hi, On 22/04/2021 17:17, Arne Schwabe wrote: > tls_pre_encrypt mainly performs the task of selecting the primary > encryption key but also performs other minor tasks. To allow only > querying for the key that should be used for encryption extract this > part of the function into its own function. > > Signed-off-by: Arne Schwabe <a...@rfc2549.org>
The patch is basically isolating a portion of code in a new helper function and then invoking it where it once was. No functional change involved, no code change involved either (except for removing useless parenthesis in an if condition). All compile tests passed. Basic connectivity tests and basic renegotiation tests passed. Acked-by: Antonio Quartulli <anto...@openvpn.net> Regards, -- Antonio Quartulli _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel