summaryrefslogtreecommitdiff
path: root/package/ipsec-tools/patches/patch-src_setkey_token_l
blob: b73f73fead8e52524d39e558fcb551df8b3209f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$Id$
--- ipsec-tools-0.6.4.orig/src/setkey/token.l	2005-06-29 15:01:30.000000000 +0200
+++ ipsec-tools-0.6.4/src/setkey/token.l	2007-06-28 16:58:31.000000000 +0200
@@ -84,6 +84,8 @@
 #ifndef SADB_X_EALG_AESCTR
 #define SADB_X_EALG_AESCTR	(-1)
 #endif
+
+int yywrap(void) { return 1; }
 %}
 
 /* common section */