Show
Ignore:
Timestamp:
05/05/08 11:51:39 (7 months ago)
Author:
ludovic.rousseau
Message:

use type size_t instead of int since the 3rd argument of
sc_format_asn1_entry() is void *
using int will fail on a 64-bits platform

Closes Ticket #176

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/tools/pkcs15-tool.c

    r3405 r3509  
    14221422                                asn1_pem_key_items[3]; 
    14231423        struct sc_algorithm_id algorithm; 
    1424         int key_len; 
     1424        size_t key_len; 
    14251425 
    14261426        memset(&algorithm, 0, sizeof(algorithm));