Revision: 8103
http://miranda.svn.sourceforge.net/miranda/?rev=8103&view=revAuthor: rainwater
Date: 2008-07-21 18:44:03 +0000 (Mon, 21 Jul 2008)
Log Message:
-----------
Fix last irc fix
Modified Paths:
--------------
branches/stable/miranda/protocols/IRCG/irclib.cpp
Modified: branches/stable/miranda/protocols/IRCG/irclib.cpp
===================================================================
--- branches/stable/miranda/protocols/IRCG/irclib.cpp 2008-07-21 18:39:18 UTC (rev 8102)
+++ branches/stable/miranda/protocols/IRCG/irclib.cpp 2008-07-21 18:44:03 UTC (rev 8103)
@@ -207,7 +207,7 @@
pSSL_connect = (tSSL_connect) GetProcAddress(m_ssleay32, "SSL_connect");
pSSL_read = (tSSL_read) GetProcAddress(m_ssleay32, "SSL_read");
pSSL_write = (tSSL_write) GetProcAddress(m_ssleay32, "SSL_write");
- pSSLv23_method = (tSSLv23_method) GetProcAddress(m_ssleay32, "SSLv3_client_method");
+ pSSLv23_method = (tSSLv23_method) GetProcAddress(m_ssleay32, "SSLv23_client_method");
pSSL_shutdown = (tSSL_shutdown) GetProcAddress(m_ssleay32, "SSL_shutdown");
pSSL_CTX_free = (tSSL_CTX_free) GetProcAddress(m_ssleay32, "SSL_CTX_free");
pSSL_free = (tSSL_free) GetProcAddress(m_ssleay32, "SSL_free");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
Miranda-Commits mailing list
Miranda-Commits@...
https://lists.sourceforge.net/lists/listinfo/miranda-commits