Petar Popara wrote:
While linking I got "unresolved external simbol" for CERT_DecodeDERCertificate(). I have found this bug report:

http://bugzilla.mozilla.org/show_bug.cgi?id=262274

http://bugzilla.redhat.com/bugzilla/long_list.cgi?buglist=133881

which says that CERT_NewTempCertificate() should be used instead. The problem is that I got "unresolved external simbol" even for CERT_NewTempCertificate(). :(

Both funcs are exported in nss3.dll as __CERT_NewTempCertificate() and __CERT_NewTempCertificate().

What should I do?

Use _CERT_DecodeDERCertificate.

(The C compilation will add an additionnal '_' before the linker sees it)
_______________________________________________
mozilla-crypto mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to