Show
Ignore:
Timestamp:
05/22/08 14:13:19 (6 months ago)
Author:
ludovic.rousseau
Message:

use #ifdef instead of #if

pkcs15-cardos.c:547:5: warning: "SET_SM_BYTES" is not defined
pkcs15-cardos.c:585:5: warning: "SET_SM_BYTES" is not defined

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/pkcs15init/pkcs15-cardos.c

    r3306 r3517  
    545545        struct tlv      tlv; 
    546546        unsigned char   buffer[256]; 
    547 #if SET_SM_BYTES 
     547#ifdef SET_SM_BYTES 
    548548        unsigned int    n; 
    549549#endif 
     
    583583#endif 
    584584 
    585 #if SET_SM_BYTES 
     585#ifdef SET_SM_BYTES 
    586586        /* it shouldn't be necessary to set the default value */ 
    587587        /* SM bytes */