mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kio: remove cygwin and mac code from kopenssl
This commit is contained in:
parent
53f19c1605
commit
1310cda5e1
1 changed files with 0 additions and 20 deletions
|
@ -308,17 +308,6 @@ KOpenSSLProxy::KOpenSSLProxy()
|
|||
}
|
||||
}
|
||||
}
|
||||
#elif defined(__CYGWIN__)
|
||||
libpaths << "/usr/bin/"
|
||||
<< "";
|
||||
|
||||
libnamess << "cygssl-0.9.8.dll"
|
||||
<< "cygssl-0.9.7.dll"
|
||||
<< "";
|
||||
|
||||
libnamesc << "cygcrypto-0.9.8.dll"
|
||||
<< "cygcrypto-0.9.7.dll"
|
||||
<< "";
|
||||
#else
|
||||
libpaths
|
||||
#ifdef _AIX
|
||||
|
@ -339,9 +328,6 @@ KOpenSSLProxy::KOpenSSLProxy()
|
|||
<< "libssl.sl"
|
||||
#elif defined(_AIX)
|
||||
<< "libssl.a(libssl.so.0)"
|
||||
#elif defined(__APPLE__)
|
||||
<< "libssl.dylib"
|
||||
<< "libssl.0.9.dylib"
|
||||
#else
|
||||
#ifdef SHLIB_VERSION_NUMBER
|
||||
<< "libssl.so." SHLIB_VERSION_NUMBER
|
||||
|
@ -356,9 +342,6 @@ KOpenSSLProxy::KOpenSSLProxy()
|
|||
<< "libcrypto.sl"
|
||||
#elif defined(_AIX)
|
||||
<< "libcrypto.a(libcrypto.so.0)"
|
||||
#elif defined(__APPLE__)
|
||||
<< "libcrypto.dylib"
|
||||
<< "libcrypto.0.9.dylib"
|
||||
#else
|
||||
#ifdef SHLIB_VERSION_NUMBER
|
||||
<< "libcrypto.so." SHLIB_VERSION_NUMBER
|
||||
|
@ -680,9 +663,6 @@ KOpenSSLProxy *KOpenSSLProxy::self() {
|
|||
|
||||
|
||||
#ifdef KSSL_HAVE_SSL
|
||||
|
||||
|
||||
|
||||
int KOpenSSLProxy::SSL_connect(SSL *ssl) {
|
||||
if (K_SSL_connect) return (K_SSL_connect)(ssl);
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue