~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

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.4 2004/02/26 19:04:29 aland Exp $
 
7
 * Version:     $Id: eapcrypto.c,v 1.4.4.1 2006/05/19 14:19:15 nbk Exp $
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
34
34
#include "eap_sim.h"
35
35
#include "sha1.h"
36
36
 
37
 
#include <rad_assert.h>
38
 
 
39
37
void eapsim_calculate_keys(struct eapsim_keys *ek)
40
38
{
41
39
        SHA1_CTX context;