/[packages]/cauldron/libmsn/current/SOURCES/libmsn-4.1-openssl.patch
ViewVC logotype

Contents of /cauldron/libmsn/current/SOURCES/libmsn-4.1-openssl.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26374 - (show annotations) (download)
Thu Jan 20 17:46:11 2011 UTC (12 years, 8 months ago) by ahmad
File size: 767 byte(s)
imported package libmsn
1 diff -up libmsn-4.0-beta7/msntest/msntest.cpp.openssl libmsn-4.0-beta7/msntest/msntest.cpp
2 --- libmsn-4.0-beta7/msntest/msntest.cpp.openssl 2009-07-22 22:09:36.000000000 +0200
3 +++ libmsn-4.0-beta7/msntest/msntest.cpp 2009-08-25 17:34:39.000000000 +0200
4 @@ -261,7 +261,11 @@ int main()
5 if(mySocketsSsl[i].isSSL && !mySocketsSsl[i].isConnected)
6 {
7 BIO *bio_socket_new;
8 +#if OPENSSL_VERSION_NUMBER >= 0x10000000L
9 + const SSL_METHOD *meth=NULL;
10 +#else
11 SSL_METHOD *meth=NULL;
12 +#endif
13 meth=SSLv23_client_method();
14 SSLeay_add_ssl_algorithms();
15 mySocketsSsl[i].ctx = SSL_CTX_new(meth);

  ViewVC Help
Powered by ViewVC 1.1.28