Show
Ignore:
Timestamp:
04/28/08 07:57:03 (9 months ago)
Author:
ludovic.rousseau
Message:

convert C++ in C comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/libopensc/card-oberthur.c

    r3405 r3502  
    182182        sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 0x04, 0x0C); 
    183183        apdu.lc = sizeof(cm); 
    184 //      apdu.le = sizeof(cm)+4; 
     184        /* apdu.le = sizeof(cm)+4; */ 
    185185        apdu.le = 0; 
    186186        apdu.data = cm; 
     
    20582058                        auth_current_ef->magic, auth_current_ef->ef_structure); 
    20592059 
    2060 //      _auth_print_acls(card, auth_current_ef); 
     2060/*      _auth_print_acls(card, auth_current_ef); */ 
    20612061 
    20622062#ifndef NOT_YET