Hello, I am trying to implement the signText function in the:
security\manager\ssl\src\nsCrypto.cpp I encounter a problem during linking: Creating library pipnss.lib and object pipnss.exp nsCrypto.obj : error LNK2001: unresolved external symbol _SEC_PKCS7EncodeItem pipnss.dll : fatal error LNK1120: 1 unresolved externals make[1]: *** [pipnss.dll] Error 96 It seems strange because when I use the SEC_PKCS7Encode function there is no error during linking. The problem is only with the SEC_PKCS7EncodeItem function. The point is that both functions are defined in the same file. So why one of them is not linking properly ? Thanks for any hints. Mark
