]> git.pld-linux.org Git - packages/qt-plugin-qca-tls.git/blobdiff - openssl.patch
- fix build with openssl 1.0; rel 11
[packages/qt-plugin-qca-tls.git] / openssl.patch
diff --git a/openssl.patch b/openssl.patch
new file mode 100644 (file)
index 0000000..b7c3ec8
--- /dev/null
@@ -0,0 +1,14 @@
+--- /home/users/glen/rpm/BUILD.i686-linux/qca-tls-1.0/qca-tls.cpp~     2010-05-03 09:17:21.000000000 +0300
++++ /home/users/glen/rpm/BUILD.i686-linux/qca-tls-1.0/qca-tls.cpp      2010-05-03 09:17:23.922394731 +0300
+@@ -953,7 +953,11 @@
+       RSAKeyContext *key;
+       SSL *ssl;
++#if OPENSSL_VERSION_NUMBER >= 0x10000000L
++      const SSL_METHOD *method;
++#else
+       SSL_METHOD *method;
++#endif
+       SSL_CTX *context;
+       BIO *rbio, *wbio;
+       CertContext cc;
This page took 0.090525 seconds and 4 git commands to generate.