1 Index: ipsec-tools-0.6.6/src/racoon/cftoken.l
2 ===================================================================
3 --- ipsec-tools-0.6.6.orig/src/racoon/cftoken.l 2007-06-04 13:22:36.567296208 +0200
4 +++ ipsec-tools-0.6.6/src/racoon/cftoken.l 2007-06-04 13:22:36.646284200 +0200
6 static int incstackp = 0;
8 static int yy_first_time = 1;
10 +int yywrap(void) { return 1; }
14 Index: ipsec-tools-0.6.6/src/setkey/token.l
15 ===================================================================
16 --- ipsec-tools-0.6.6.orig/src/setkey/token.l 2007-06-04 13:22:36.575294992 +0200
17 +++ ipsec-tools-0.6.6/src/setkey/token.l 2007-06-04 13:22:36.646284200 +0200
19 #ifndef SADB_X_EALG_AESCTR
20 #define SADB_X_EALG_AESCTR (-1)
23 +int yywrap(void) { return 1; }