Re: Missing functions in latest NSS library

2015-06-09 Thread John
Thanks - I was looking at the wrong nss.def file. Will try patching the source. Thanks again, John -- View this message in context: http://mozilla.6506.n7.nabble.com/Missing-functions-in-latest-NSS-library-tp340623p340723.html Sent from the Mozilla - Cryptography mailing list archive at Nabbl

Re: Missing functions in latest NSS library

2015-06-09 Thread Kai Engert
On Tue, 2015-06-09 at 04:34 -0700, John wrote: > I did not get these error with Mozilla xulrunner SDK 32.0 (which includes > NSS 3.16.4). This might be caused by Mozilla's optimization attempts. On certain platforms, Mozilla merges all NSS code into a single shared library, and limit the exported

Missing functions in latest NSS library

2015-06-09 Thread John
Hi, I've updated my codes to use the latest Mozilla xulrunner SDK 38.0.5 (which includes NSS 3.19.1). However I'm getting the following errors: error LNK2001: unresolved external symbol _PK11_ListFixedKeysInSlot error LNK2001: unresolved external symbol _PK11_DeleteTokenSymKey error LNK2001: unre