Hi,
I'm trying to use the function
extern CERTCertificate *CERT_DecodeDERCertificate(SECItem derSignedCert, PRBool copyDER, char *nickname) defined in cert.h
and when I'm trying to compile I obtain the further message:
undefined reference to `CERT_DecodeDERCertificate'
collect2: ld returned 1 exit status
I did include the good directory where cert.h is because I use other functions of this file and it compiles well. Moreover the cert.h file is a bit strange because the definition of CERT_DecodeDERCertificate appears twice...
Note: I used NSS 3.9.1 but with older versions (3.4.2 for example) the problem remains.
Thanks for help, Philippe. _______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
