CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/08 09:13:14
Modified files:
sys/net : pfkeyv2_parsemessage.c
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ip_ipip.c
ip_ipsp.c ip_output.c ipsec_input.c
ipsec_output.c
sys/netinet6 : ip6_output.c
Log message:
Debug printfs in encdebug were inconsistent, some missing newlines
produced ugly output. Move the function name and the newline into
the DPRINTF macro. This simplifies the debug statements.
OK tobhe@
