CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/06 10:09:35
Modified files:
sbin/iked : ikev2_pld.c
Log message:
Use same pattern to work with offset by using a uint8_t pointer that
is loaded with ibuf_data(). This is by no means better but allows to
switch ibuf_data() to return void *.
OK tb@
