~ubuntu-branches/ubuntu/saucy/wpasupplicant/saucy

« back to all changes in this revision

Viewing changes to src/eap_peer/eap_sim.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2010-11-22 09:43:43 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122094343-qgsxaojvmswfri77
Tags: 0.7.3-0ubuntu1
* Get wpasupplicant 0.7.3 from Debian's SVN. Leaving 0.7.3-1 as unreleased
  for now.
* Build-Depend on debhelper 8, since the packaging from Debian uses compat 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#include "includes.h"
16
16
 
17
17
#include "common.h"
 
18
#include "pcsc_funcs.h"
 
19
#include "crypto/milenage.h"
18
20
#include "eap_peer/eap_i.h"
19
21
#include "eap_config.h"
20
 
#include "pcsc_funcs.h"
21
22
#include "eap_common/eap_sim_common.h"
22
 
#ifdef CONFIG_SIM_SIMULATOR
23
 
#include "hlr_auc_gw/milenage.h"
24
 
#endif /* CONFIG_SIM_SIMULATOR */
25
23
 
26
24
 
27
25
struct eap_sim_data {