2010/1/5 Logan X <[email protected]>:
> Hi everyone,

Hello,

> 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 ?

Maybe.

You should provide more information. Please follow this template.
Summary:
Provide a descriptive summary of the issue.

Steps to Reproduce:
In numbered format, detail the exact steps taken to produce the bug.

Expected Results:
Describe what you expected to happen when you executed the steps above.

Actual Results:
Explain what actually occurred when steps above were executed.

Regression:
Describe circumstances where the problem occurs or does not occur,
such as software versions and/or hardware configurations.

Notes:
Provide additional information, such as references to related
problems, workarounds and relevant attachments.

-- 
 Dr. Ludovic Rousseau
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to