~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-proposed

« back to all changes in this revision

Viewing changes to src/modules/rlm_eap/libeap/eapcommon.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-22 08:42:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922084202-eyjprg3z55481ha5
Tags: 2.1.0+dfsg-0ubuntu1
* New upstream release.
* Fixes FTBFS issue with new libtool.
* Fixes listen on random port. (LP: #261809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * code common to clients and to servers.
5
5
 *
6
 
 * Version:     $Id: eapcommon.c,v 1.20 2007/12/28 18:19:38 aland Exp $
 
6
 * Version:     $Id$
7
7
 *
8
8
 *   This program is free software; you can redistribute it and/or modify
9
9
 *   it under the terms of the GNU General Public License as published by
58
58
 */
59
59
 
60
60
#include <freeradius-devel/ident.h>
61
 
RCSID("$Id: eapcommon.c,v 1.20 2007/12/28 18:19:38 aland Exp $")
 
61
RCSID("$Id$")
62
62
 
63
63
#include <freeradius-devel/autoconf.h>
64
64
#include <freeradius-devel/missing.h>