On Fri, 25 Aug 2006 11:50:18 +0200
Andreas Jellinghaus <[EMAIL PROTECTED]> wrote:

> I'm not sure if I have the same problem Dejan ran into, but
> pkcs15-init is still failing for me. Now the problem is
> ...

Seems to me that the byteswapping thing is causing a bunch of trouble
around the board...

It might be a good idea to fix the problem once and for all...
->  Convert all object ids into 4-byte arrays as opposed to messing
around with byte-swapping and integers.
Originally I was trying to simplify the passing of the id's around...
though now that I think of it, passing around a struct containing the
4-byte array would work good.

I think that converting it to a struct would work better than passing a
4-byte array around, and much better than casting-to-from an integer.


It also looks like you aren't using the single-pin profile... which
could potentially explain the last line of the log (that an unspecified
PIN is required...)

-- 
Thomas Harning
@ Identity Alliance
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to