CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/05/14 08:32:15
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: Move `encdebug' sysctl(2) variable out of netlock. It is idely used in the DPRINTF() macros, but disabled by default. We don't really need to enforce loading `encdebug' value each time, but at least it is consistent that way. ok bluhm