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.