source: freewrt/package/ipsec-tools/patches/01-no_libfl.patch@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
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  
    105105static int incstackp = 0;
    106106
    107107static int yy_first_time = 1;
     108
     109int yywrap(void) { return 1; }
    108110%}
    109111
    110112/* 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  
    8484#ifndef SADB_X_EALG_AESCTR
    8585#define SADB_X_EALG_AESCTR      (-1)
    8686#endif
     87
     88int yywrap(void) { return 1; }
    8789%}
    8890
    8991/* common section */
Note: See TracBrowser for help on using the repository browser.