Alex wrote:

Thanks for your help. The problem has been solved by adding extern "C" block. I'm very grateful. :-)

Glad to hear that's indeed the problem.  All the NSS
headers should contain (the equivalent of)

  #ifdef __cplusplus
  extern "C" {
  #endif

  ...

  #ifdef __cplusplus
  }
  #endif

ao that they can be included by C++ files.  We missed
secutil.h because it is a private header file.

Wan-Teh

_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to