mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Call OpenSSL_add_all_algorithms(), may be needed to verify SHA256 certs with certain versions of OpenSSL.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5108 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
532e3f5d19
commit
efd60c2c51
1 changed files with 1 additions and 0 deletions
|
|
@ -374,6 +374,7 @@ static gboolean irssi_ssl_init(void)
|
|||
{
|
||||
SSL_library_init();
|
||||
SSL_load_error_strings();
|
||||
OpenSSL_add_all_algorithms();
|
||||
ssl_inited = TRUE;
|
||||
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue