CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/18 15:24:03
Modified files:
regress/sbin/iked/parser: common.c
sbin/iked : eap.c iked.h ikev2_pld.c policy.c
Log message:
Constify sa in ikev2_pld_eap(). The parser code must not change any
sa or policy state, this should help make it clearer.
ok patrick@
