failed to add a new API in cryptohi (in my local client)

2006-10-27 Thread Wei Shao
Hi, In my local set up, I have added a new method in cryptohi.h and implement it in secsign.c. The compilation is okay. But I try to use it in certutil/certutil.c and got an undefined symbol linking error for my added API. Same error if after I make clean first. I noticed the public .h file

Re: failed to add a new API in cryptohi (in my local client)

2006-10-27 Thread Julien Pierre
Wei Shao wrote: In my local set up, I have added a new method in cryptohi.h and implement it in secsign.c. The compilation is okay. But I try to use it in certutil/certutil.c and got an undefined symbol linking error for my added API. Same error if after I make clean first. I noticed the

Re: failed to add a new API in cryptohi (in my local client)

2006-10-27 Thread Wei Shao
Julien Pierre wrote: Wei Shao wrote: In my local set up, I have added a new method in cryptohi.h and implement it in secsign.c. The compilation is okay. But I try to use it in certutil/certutil.c and got an undefined symbol linking error for my added API. Same error if after I make