when i start sr, i get this warning:
Oct 2 12:13:12 sip /usr/sbin/sip-proxy[10603]: WARNING: tls [tls_init.c:592]: init_tls_h(): tls: ser compiled without MALLOC_STATS support: the workaround for low mem. openssl bugs will _not_ work
if TLS is enabled when sr is build, would it be possible to automatically compile it also with MALLOC_STATS support so that the workaround would work?
-- juha
On Oct 02, 2010 at 12:16, Juha Heinanen jh@tutpro.com wrote:
when i start sr, i get this warning:
Oct 2 12:13:12 sip /usr/sbin/sip-proxy[10603]: WARNING: tls [tls_init.c:592]: init_tls_h(): tls: ser compiled without MALLOC_STATS support: the workaround for low mem. openssl bugs will _not_ work
if TLS is enabled when sr is build, would it be possible to automatically compile it also with MALLOC_STATS support so that the workaround would work?
No, because tls is a module (it's always enabled, you need only to load the module).
Andrei