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

« back to all changes in this revision

Viewing changes to src/charon/encoding/payloads/ke_payload.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2009-04-01 22:17:52 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090401221752-eozrk0ctabblo94z
* New upstream release, which incorporates the fix. Removed dpatch for it.
  Closes: #521950: CVE-2009-0790: DoS
* New support for EAP RADIUS authentication, enabled for this package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14
14
 * for more details.
15
15
 *
16
 
 * $Id: ke_payload.h 3589 2008-03-13 14:14:44Z martin $
 
16
 * $Id: ke_payload.h 5003 2009-03-24 17:43:01Z martin $
17
17
 */
18
18
 
19
19
/**
103
103
ke_payload_t *ke_payload_create_from_diffie_hellman(
104
104
                                                                                        diffie_hellman_t *diffie_hellman);
105
105
 
106
 
#endif /* KE_PAYLOAD_H_ @} */
 
106
#endif /** KE_PAYLOAD_H_ @}*/