hello
i have a question and i am not a developer :)
isn`t missing SSL_library_init in pound.c ?
i got problem with pound when i relink openssl shared libs with flags to
disable
executable stack (just disable mprotect(enable_exec,blah,..) because of
grsecurity patch in linux kernel)
every aplication which use openssl works fine, but pound not
after i add SSL_library_init() (alias OpenSSL_add_ssl_algorithms() not
OpenSSL_add_all_algorithms) after /*SSL stuff*/ comment, pound work fine
stanojr
sorrrrrrry for my english :)
[...]
|