Aidan Scheller Wrote:
-------------------------------------------------------
> Does using the --with-openssl-opt="enable-ec_nistp_64_gcc_128"
> configure parameter without the *--with-openssl *cause a static
> version of
> OpenSSL to be created for Nginx? I'm unsure as the configuration
> summary
> then lists that the system library is being used.
Who is reporting which lib is used? openssl is compiled independently as part of the nginx build process where you can choose a static or dynamic build. What options does openssl makefile have after configure?