]> git.pld-linux.org Git - packages/qt-plugin-qca-tls.git/blame - openssl.patch
- todos los stupidos
[packages/qt-plugin-qca-tls.git] / openssl.patch
CommitLineData
d59d4039
ER
1--- qca-tls-1.0/qca-tls.cpp~ 2010-05-03 09:17:21.000000000 +0300
2+++ qca-tls-1.0/qca-tls.cpp 2010-05-03 09:17:23.922394731 +0300
7561e7c1
ER
3@@ -953,7 +953,11 @@
4 RSAKeyContext *key;
5
6 SSL *ssl;
7+#if OPENSSL_VERSION_NUMBER >= 0x10000000L
8+ const SSL_METHOD *method;
9+#else
10 SSL_METHOD *method;
11+#endif
12 SSL_CTX *context;
13 BIO *rbio, *wbio;
14 CertContext cc;
This page took 0.028992 seconds and 4 git commands to generate.