2007-06-04 14:25:53 +03:00
|
|
|
Index: ipsec-tools-0.6.6/src/racoon/cftoken.l
|
|
|
|
===================================================================
|
|
|
|
--- ipsec-tools-0.6.6.orig/src/racoon/cftoken.l 2007-06-04 13:22:36.567296208 +0200
|
|
|
|
+++ ipsec-tools-0.6.6/src/racoon/cftoken.l 2007-06-04 13:22:36.646284200 +0200
|
2005-12-09 12:02:08 +02:00
|
|
|
@@ -105,6 +105,8 @@
|
|
|
|
static int incstackp = 0;
|
|
|
|
|
|
|
|
static int yy_first_time = 1;
|
|
|
|
+
|
|
|
|
+int yywrap(void) { return 1; }
|
|
|
|
%}
|
|
|
|
|
|
|
|
/* common seciton */
|
2007-06-04 14:25:53 +03:00
|
|
|
Index: ipsec-tools-0.6.6/src/setkey/token.l
|
|
|
|
===================================================================
|
|
|
|
--- ipsec-tools-0.6.6.orig/src/setkey/token.l 2007-06-04 13:22:36.575294992 +0200
|
|
|
|
+++ ipsec-tools-0.6.6/src/setkey/token.l 2007-06-04 13:22:36.646284200 +0200
|
2005-12-09 12:02:08 +02:00
|
|
|
@@ -84,6 +84,8 @@
|
|
|
|
#ifndef SADB_X_EALG_AESCTR
|
|
|
|
#define SADB_X_EALG_AESCTR (-1)
|
|
|
|
#endif
|
|
|
|
+
|
|
|
|
+int yywrap(void) { return 1; }
|
|
|
|
%}
|
|
|
|
|
|
|
|
/* common section */
|