~ubuntu-branches/ubuntu/maverick/strongswan/maverick

« back to all changes in this revision

Viewing changes to src/pluto/ac.c

  • 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:
12
12
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13
13
 * for more details.
14
14
 *
15
 
 * RCSID $Id: ac.c 3686 2008-03-28 11:48:14Z martin $
 
15
 * RCSID $Id: ac.c 4632 2008-11-11 18:37:19Z martin $
16
16
 */
17
17
 
18
18
#include <stdlib.h>
860
860
        }
861
861
    }
862
862
    /* restore directory path */
863
 
    chdir(save_dir);
 
863
    ignore_result(chdir(save_dir));
864
864
}
865
865
 
866
866
/*