[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openswan-cvs
Subject:    [Openswan CVS] ipsec_param.h 1.29.6.3 1.29.6.4
From:       paul () vault ! xelerance ! com (Paul Wouters)
Date:       2007-09-05 2:30:09
Message-ID: 20070905023009.67957BEE78 () xelerance ! com
[Download RAW message or body]

Update
of /projects/xelerance/master/openswan-2/linux/include/openswan
In directory vault.xelerance.com:/tmp/cvs-serv8778

Modified Files:
      Tag: v2_4_X
	ipsec_param.h 
Log Message:
KLIPS_SATOT macro. Patch by David McCullough


Index: ipsec_param.h
===================================================================
RCS file: /projects/xelerance/master/openswan-2/linux/include/openswan/ipsec_param.h,v
 retrieving revision 1.29.6.3
retrieving revision 1.29.6.4
diff -Llinux/include/openswan/ipsec_param.h -Llinux/include/openswan/ipsec_param.h -u \
                -r1.29.6.3 -r1.29.6.4
--- linux/include/openswan/ipsec_param.h
+++ linux/include/openswan/ipsec_param.h
@@ -183,10 +183,13 @@
 		((flag) ? printk(format , ## args) : 0)
 	#define KLIPS_IP_PRINT(flag, ip) \
 		((flag) ? ipsec_print_ip(ip) : 0)
+	#define KLIPS_SATOT(flag, sa, format, dst, dstlen) \
+		((flag) ? satot(sa, format, dst, dstlen) : 0)
 #else /* CONFIG_KLIPS_DEBUG */
 	#define KLIPS_PRINT(flag, format, args...) do ; while(0)
 	#define KLIPS_PRINTMORE(flag, format, args...) do ; while(0)
 	#define KLIPS_IP_PRINT(flag, ip) do ; while(0)
+	#define KLIPS_SATOT(flag, sa, format, dst, dstlen) (0)
 #endif /* CONFIG_KLIPS_DEBUG */
 
 
@@ -254,6 +257,9 @@
 
 /*
  * $Log$
+ * Revision 1.29.6.4  2007/09/05 02:30:06  paul
+ * KLIPS_SATOT macro. Patch by David McCullough
+ *
  * Revision 1.29.6.3  2006/05/01 14:32:31  mcr
  * added KLIPS_ERROR and make sure that things work without CONFIG_KLIPS_REGRESS.
  *
_______________________________________________
Cvs mailing list
Cvs@openswan.org
http://lists.openswan.org/mailman/listinfo/cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic