Re: undefined reference to `PK11_CopyToSlot'

2011-06-13 Thread Robert Relyea
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

Re: undefined reference to `PK11_CopyToSlot'

2011-06-13 Thread Robert Relyea
On 06/13/2011 10:24 AM, Robert Relyea wrote: /Nelson Bolyard In that case is there any alternative to moving a key to different slot. THe doc at http://www.mozilla.org/projects/security/pki/nss/tech-notes/tn5.html tells -To move a Symmetric key PK11SymKey *destSymKey =

Re: undefined reference to `PK11_CopyToSlot'

2011-06-12 Thread Crypto User
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

Re: undefined reference to `PK11_CopyToSlot'

2011-06-11 Thread Nelson B Bolyard
On 2011-06-10 16:43 PDT, Crypto User wrote: 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

Re: undefined reference to `PK11_CopyToSlot'

2011-06-10 Thread Crypto User
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

Re: undefined reference to `PK11_CopyToSlot'

2011-06-10 Thread Crypto User
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

undefined reference to `PK11_CopyToSlot'

2011-05-25 Thread Crypto User
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