Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2004 20:56:55 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet6 ah_core.c
Message-ID:  <200403100456.i2A4utYr032253@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403100456.i2A4utYr032253>