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 <[email protected]>

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 <[email protected]>

Regards,


-- 
Antonio Quartulli


_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to