K 10 svn:author V 2 ae K 8 svn:date V 27 2016-12-23T08:49:30.789379Z K 7 svn:log V 311 Move ipsec_debug definition into key.c. IPsec related sysctl nodes are defined in the in[6]_proto.c. When only IPSEC_SUPPORT option is defined, ipsec.c will not be build in the kernel, but a lot of debugging code depends from ipsec_debug variable. Having ipsec_debug in the key.c allows to use debugging code. END