~ubuntu-branches/ubuntu/oneiric/strongswan/oneiric

« back to all changes in this revision

Viewing changes to src/libfreeswan/freeswan.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2008-12-05 17:21:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20081205172142-9g77wgyzcj0blq7p
* New upstream release, fixes a MOBIKE issue.
  Closes: #507542: strongswan: endless loop
* Explicitly enable compilation with libcurl for CRL fetching
  Closes: #497756: strongswan: not compiled with curl support; crl 
                   fetching not available
* Enable compilation with SSH agent support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
15
15
 * License for more details.
16
16
 *
17
 
 * RCSID $Id: freeswan.h 3265 2007-10-08 19:52:55Z andreas $
 
17
 * RCSID $Id: freeswan.h 4632 2008-11-11 18:37:19Z martin $
18
18
 */
19
19
#define _FREESWAN_H     /* seen it, no need to see it again */
20
20
 
446
446
/* option pickup from files (userland only because of use of FILE) */
447
447
const char *optionsfrom(const char *filename, int *argcp, char ***argvp,
448
448
                                                int optind, FILE *errorreport);
 
449
#define ignore_result(call) { if (call); }
449
450
#endif
450
451
 
451
452
/*