~yolanda.robla/ubuntu/saucy/freeradius/dep-8-tests

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2009-11-23 03:57:37 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20091123035737-snauioz5r9tf8sdr
Tags: upstream-2.1.7+dfsg
ImportĀ upstreamĀ versionĀ 2.1.7+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * The development of the EAP/SIM support was funded by Internet Foundation
5
5
 * Austria (http://www.nic.at/ipa).
6
6
 *
7
 
 * Version:     $Id: eapcrypto.c,v 1.9 2007/11/23 13:17:22 aland Exp $
 
7
 * Version:     $Id$
8
8
 *
9
9
 *   This program is free software; you can redistribute it and/or modify
10
10
 *   it under the terms of the GNU General Public License as published by
26
26
 */
27
27
 
28
28
#include <freeradius-devel/ident.h>
29
 
RCSID("$Id: eapcrypto.c,v 1.9 2007/11/23 13:17:22 aland Exp $")
 
29
RCSID("$Id$")
30
30
 
31
31
#include <freeradius-devel/autoconf.h>
32
32