I've checked in a fix for the build problems that have occurred when building against the NSS 3.2 (and later) libraries on Windows. If NSS 3.2 (NSS_3_2_RTM tag) or later (tip/trunk) is used to build PSM2 on Windows a link error occurs when building the pipnss component library. Multiple link errors similar to the following line occur: nsNSSCallbacks.obj : error LNK2001: unresolved external symbol __imp__SSL_SecurityStatus This error was due to a missing C++/C flags required for building applications that use the static libraries in this NSS release. I've checked in a change to security/manager/ssl/src/makefile.win that adds the correct compile-time flag. Terry Hayes [EMAIL PROTECTED]
