baresip / re

Generic library for real-time communications with async IO support
BSD 3-Clause "New" or "Revised" License
129 stars 80 forks source link

main: remove call to openssl init #1120

Closed alfredh closed 3 months ago

alfredh commented 3 months ago

It looks like openssl is doing automatic init now:

https://www.openssl.org/docs/man3.0/man3/OPENSSL_init_ssl.html

Should we remove this call to openssl_init ?

sreimers commented 3 months ago

Looks good to me (should be supported since openssl 1.1.0), maybe we move the SIGPIPE signal handling to libre_init, so src/main/openssl.c can be removed.

alfredh commented 3 months ago

okay good. please merge to main.