eapol/eapol_framework/wapi_common/src/ec_am_base_algorithms.cpp
changeset 17 8840d3e38314
equal deleted inserted replaced
2:1c7bc153c08e 17:8840d3e38314
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : ./accesssec/eapol/eapol_framework/wapi_common/src/ec_base_algorithms.cpp
       
     4 *  Part of     : WAPI / WAPI       *** Info from the SWAD
       
     5 *  Description : WAPI authentication
       
     6 *  Version     : %version: 4 % << Don't touch! Updated by Synergy at check-out.
       
     7 *
       
     8 *  Copyright © 2001-2009 Nokia.  All rights reserved.
       
     9 *  This material, including documentation and any related computer
       
    10 *  programs, is protected by copyright controlled by Nokia.  All
       
    11 *  rights are reserved.  Copying, including reproducing, storing,
       
    12 *  adapting or translating, any or all of this material requires the
       
    13 *  prior written consent of Nokia.  This material also contains
       
    14 *  confidential information which may not be disclosed to others
       
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 * Template version: 4.1.1
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 #if defined(USE_WAPI_CORE)
       
    23 
       
    24 #include "eap_am_export.h"
       
    25 #include "eap_tools.h"
       
    26 #include "ec_am_base_algorithms.h"
       
    27 
       
    28 //----------------------------------------------------------------------------
       
    29 
       
    30 EAP_FUNC_EXPORT ec_am_base_algorithms_c::~ec_am_base_algorithms_c()
       
    31 {
       
    32 }
       
    33 
       
    34 //----------------------------------------------------------------------------
       
    35 
       
    36 #endif //#if defined(USE_WAPI_CORE)
       
    37 
       
    38 // End.