~ubuntu-branches/ubuntu/feisty/freeradius/feisty-security

« back to all changes in this revision

Viewing changes to src/modules/rlm_eap/types/rlm_eap_ttls/eap_ttls.h

  • 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:
1
1
/*
2
2
 * eap_ttls.h
3
3
 *
4
 
 * Version:     $Id: eap_ttls.h,v 1.5 2004/02/26 19:04:32 aland Exp $
 
4
 * Version:     $Id: eap_ttls.h,v 1.5.4.1 2006/02/06 16:23:57 nbk Exp $
5
5
 *
6
6
 *   This program is free software; you can redistribute it and/or modify
7
7
 *   it under the terms of the GNU General Public License as published by
22
22
#ifndef _EAP_TTLS_H
23
23
#define _EAP_TTLS_H
24
24
 
25
 
#include "rlm_eap_tls.h"
 
25
#include "eap_tls.h"
26
26
 
27
27
typedef struct ttls_tunnel_t {
28
28
        VALUE_PAIR      *username;