This patch fixes KLIPS compilation when CONFIG_IPSEC_DEBUG is not set.
Thanks to Pawel Krawczyk for spotting this.
                                              --Juanjo 2002/08/15

--- freeswan/klips/net/ipsec/pfkey_v2_parser.c.dist	Tue Apr 16 11:44:47 2002
+++ freeswan/klips/net/ipsec/pfkey_v2_parser.c	Thu Aug 15 11:31:25 2002
@@ -2304,7 +2304,7 @@
  errlab:
 	return error;
 }
-DEBUG_NO_STATIC int
+int
 pfkey_register_reply(int satype, struct sadb_msg *sadb_msg)
 {
 	struct sadb_ext *extensions_reply[SADB_EXT_MAX+1];
