Hi everyone,

I succeed to use the micro SD from G&D, but I observe strange behaviors with 
libmuscle, for example, in the file p11_crypt.c at line 169 :
else if ((CK_ULONG)(key->msc_key->keysize/8)>pulDataLen){
shouldn't it be  
else if ((CK_ULONG)(key->msc_key->keysize/8)>pulEncryptedDataLen){

am I mistaken ?

Thank you

Pierre
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to