git: wg: Rename keypair fields in 'noise_remote' struct for clarity
Aaron LI
aly at crater.dragonflybsd.org
Thu Feb 8 00:32:33 PST 2024
commit 461ea78632969292964cfa124819c2d0cc19cc25
Author: Aaron LI <aly at aaronly.me>
Date: Sat Jan 6 22:00:21 2024 +0800
wg: Rename keypair fields in 'noise_remote' struct for clarity
Rename keypair fields 'r_next', 'r_current' and 'r_previous' to
'r_keypair_next', 'r_keypair_current' and 'r_keypair_previous'.
Summary of changes:
sys/net/wg/wg_noise.c | 59 ++++++++++++++++++++++++++-------------------------
1 file changed, 30 insertions(+), 29 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/461ea78632969292964cfa124819c2d0cc19cc25
--
DragonFly BSD source repository
More information about the Commits
mailing list