cvs commit: src/sys/netinet6 ah_core.c
Robert Watson
rwatson at FreeBSD.org
Tue Mar 9 20:56:55 PST 2004
rwatson 2004/03/09 20:56:55 PST
FreeBSD src repository
Modified files:
sys/netinet6 ah_core.c
Log:
Move the AH algorithm list from a static local function variable to
a static const global variable in ah_core.c. This makes it more clear
that this array does not require synchronization, as well as
synchronizing the layout to the ESP algorithm list. This is the
version of my patch that Itojun committed to the KAME tree.
Obtained from: me, via KAME
Revision Changes Path
1.23 +38 -37 src/sys/netinet6/ah_core.c
More information about the cvs-src
mailing list