Module Name: src Committed By: ozaki-r Date: Thu Feb 15 04:24:32 UTC 2018
Modified Files: src/sys/netipsec: xform_ah.c xform_esp.c xform_ipcomp.c Log Message: Don't relook up an SP/SA in opencrpyto callbacks We don't need to do so because we have a reference to it. And also relooking-up one there may return an sp/sav that has different parameters from an original one. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/netipsec/xform_ah.c cvs rdiff -u -r1.75 -r1.76 src/sys/netipsec/xform_esp.c cvs rdiff -u -r1.55 -r1.56 src/sys/netipsec/xform_ipcomp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.