On 12/07/2011 09:32 PM, William A. Rowe Jr. wrote:
On 12/7/2011 10:54 AM, Mladen Turk wrote:
On 12/07/2011 07: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.
Actually it's
editing apu.hw and setting APU_HAVE_CRYPTO to 1, and then
nmake -f Makefile.win CRYPTO_LIST="nss" ...
So, yes, similar to --with-foo configure option
given the toolkit limitation.
Only nss? No openssl support [yet]?
That was an example. OpenSSL is there, so
CRYPTO_LIST="nss openssl"
CRYPTO_LIST="openssl"
CRYPTO_LIST="nss"
Any combination is valid. The code and logic is copied from dbd drivers
so it behaves like DBD_LIST (explained as comment in Makefile.win)
Regards
--
^TM