source:
freewrt/package/ipsec-tools/patches/01-no_libfl.patch@
428f140
| Last change on this file since 428f140 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 807 bytes | |
-
src/racoon/cftoken.l
diff -ruN ipsec-tools-0.6.3-old/src/racoon/cftoken.l ipsec-tools-0.6.3-new/src/racoon/cftoken.l
old new 105 105 static int incstackp = 0; 106 106 107 107 static int yy_first_time = 1; 108 109 int yywrap(void) { return 1; } 108 110 %} 109 111 110 112 /* common seciton */ -
src/setkey/token.l
diff -ruN ipsec-tools-0.6.3-old/src/setkey/token.l ipsec-tools-0.6.3-new/src/setkey/token.l
old new 84 84 #ifndef SADB_X_EALG_AESCTR 85 85 #define SADB_X_EALG_AESCTR (-1) 86 86 #endif 87 88 int yywrap(void) { return 1; } 87 89 %} 88 90 89 91 /* common section */
Note:
See TracBrowser
for help on using the repository browser.
