summaryrefslogtreecommitdiff
path: root/devel/pwlib/patches/patch-ba
blob: df4c61cfb04428d37b47f9ab85f1437c86d2b5d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ba,v 1.2 2004/10/09 14:01:03 mjl Exp $

--- src/ptclib/pssl.cxx.orig	2004-10-09 13:31:30.000000000 +0200
+++ src/ptclib/pssl.cxx	2004-10-09 13:33:39.000000000 +0200
@@ -743,7 +743,7 @@
     DH_free(dh);
 }
 
-#ifdef __BEOS__
+#if defined(__BEOS__) || defined(__NetBSD__)
 // 2/21/04 Yuri Kiryanov - fix for compiler choke on BeOS for usage of
 // SSL function d2i_DHparams_bio below in PSSLDiffieHellman::Load
 #undef  d2i_DHparams_bio