/ Zope / Apsis / Pound Mailing List / Archive / 2005 / 2005-01 / missing SSL_library_init()

[ << ] [ >> ]

[ holidays / Robert Segall <roseg(at)apsis.ch> ] [ How can I make SGC on Pound? / ... ]

missing SSL_library_init()
stano(at)websupport.sk
2005-01-10 01:17:34 [ FULL ]
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 :)
[...]

Re: missing SSL_library_init()
Robert Segall <roseg(at)apsis.ch>
2005-01-15 12:07:37 [ FULL ]
On Monday 10 January 2005 01:17, stano(at)websupport.sk wrote:[...]

Thanks for the remark. This is probably an artifact from an older OpenSSL 
version which did things a bit differently - and apparently the old behaviour 
is still supported on most machines.

The call is now in.[...]

MailBoxer