On May 25, 11:33 am, Crypto User <cryptou...@gmail.com> wrote:
> Hi ,
>  I am trying to use this method to move my symmetric key to the key
> for wrapping.
>  when I use this method , I get
> undefined reference to `PK11_CopyToSlot' collect2: ld returned 1 exit
> status
> which is linker error.
> I am including the pk11priv.h file.
> I have the latest nss library  after using
> su -c 'yum update nss' on my fedora linux.
> What Can I do to get rid of this error?
> Thanks
> -A

Is this function not exportedin the libnss3.so files.
I did nm -D libnss*.so |grep PK11_CopyToSlot , which returned
nothinfg.
Which version of .so files will contain this function?
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to