Unbreak after openssl update.
Note that I'll be away for about 4 hours, so if some of the bulk
builders want this commited urgently, just commit it yourself ;-)
Index: patches/patch-qca-tls_cpp
===================================================================
RCS file: /cvs/ports/security/qca-tls/patches/patch-qca-tls_cpp,v
retrieving revision 1.1
diff -u -p -r1.1 patch-qca-tls_cpp
--- patches/patch-qca-tls_cpp 12 Sep 2008 13:56:32 -0000 1.1
+++ patches/patch-qca-tls_cpp 4 Oct 2010 16:57:26 -0000
@@ -1,6 +1,6 @@
$OpenBSD: patch-qca-tls_cpp,v 1.1 2008/09/12 13:56:32 naddy Exp $
---- qca-tls.cpp.orig Thu Sep 11 22:42:05 2008
-+++ qca-tls.cpp Thu Sep 11 22:43:46 2008
+--- qca-tls.cpp.orig Wed Dec 10 17:53:57 2003
++++ qca-tls.cpp Mon Oct 4 18:56:39 2010
@@ -454,7 +454,11 @@ class RSAKeyContext : public QCA_RSAKeyContext (public
if(!r) {
// try this other public function, for whatever
reason
@@ -25,3 +25,12 @@ $OpenBSD: patch-qca-tls_cpp,v 1.1 2008/0
if(!t)
return false;
fromX509(t);
+@@ -945,7 +953,7 @@ class TLSContext : public QCA_TLSContext (public)
+ RSAKeyContext *key;
+
+ SSL *ssl;
+- SSL_METHOD *method;
++ const SSL_METHOD *method;
+ SSL_CTX *context;
+ BIO *rbio, *wbio;
+ CertContext cc;