CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/04/29 12:27:02
Modified files:
net/pidgin : Makefile
net/pidgin/files: ssl-openssl.c
Log message:
Clean up purple plugin for SSL:
- no need to disable SSLv2 and SSLv3
- no need to initialize the libraries explicitly anymore
- remove incomplete uninit code
- use TLS_method() instead of SSLv23_client_method()
from Brad
