Changeset 3500

Show
Ignore:
Timestamp:
04/28/08 09:44:07 (7 months ago)
Author:
ludovic.rousseau
Message:

convert a C++ comment in C comment

Files:
1 modified

Legend:

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

    r2968 r3500  
    262262         
    263263        memset(&args, 0, sizeof(args)); 
    264         args.keyType = 0x01; // RSA forced 
     264        args.keyType = 0x01; /* RSA forced */ 
    265265        args.privateKeyLocation = key_info->key_reference * 2; 
    266266        args.publicKeyLocation = key_info->key_reference * 2 + 1;