On 07 Dec 2011, at 8:17 PM, Roy T. Fielding wrote: > Just to confirm, this only gets compiled if the user has added a --with > option specific to nss, right? Otherwise it impacts our license.
Can't speak for Windows, but for Unix, yes. Without --with-crypto and --with-crypto-nss, the default is "don't compile it". Same for openssl: #define APU_HAVE_CRYPTO 0 #define APU_HAVE_OPENSSL 0 #define APU_HAVE_NSS 0 Regards, Graham --
