~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« 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): Jeremie Corbier
  • Date: 2006-07-08 19:41:05 UTC
  • mto: (3.1.8 edgy) (4.1.3 sid) (1.1.14 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060708194105-bxbr4e6m4dfw2x4x
Tags: upstream-1.1.2
ImportĀ upstreamĀ versionĀ 1.1.2

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;