summaryrefslogtreecommitdiff
path: root/devel/ptlib/patches/patch-aa
blob: 70f00be697b5dfaf2d3c489a971b2f1a38bbcec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2009/07/23 22:11:48 wiz Exp $

--- src/ptclib/pssl.cxx.orig	2009-07-05 05:52:49.000000000 +0000
+++ src/ptclib/pssl.cxx
@@ -800,7 +800,7 @@ PSSLContext::PSSLContext(const void * se
 void PSSLContext::Construct(Method method, const void * sessionId, PINDEX idSize)
 {
   // create the new SSL context
-  SSL_METHOD * meth;
+  const SSL_METHOD * meth;
 
   switch (method) {
     case SSLv2: