27d300f747
PWLib is a moderately large class library that has its genesis many years ago as a method to product applications to run on both Microsoft Windows and Unix X-Window systems. Since then the system has grown to include many classes that assist in writing complete multi-platform applications. Classes for I/O portability, multi-threading portability, aid in producing unix daemons and NT services portably and all sorts of internet protocols were added over the years. The library now also supports the open H323 project. ok jasper@
13 lines
520 B
Plaintext
13 lines
520 B
Plaintext
$OpenBSD: patch-src_ptclib_pssl_cxx,v 1.1.1.1 2007/04/25 11:12:26 ajacoutot Exp $
|
|
--- src/ptclib/pssl.cxx.orig Wed Nov 30 13:47:41 2005
|
|
+++ src/ptclib/pssl.cxx Mon Apr 9 11:36:16 2007
|
|
@@ -769,7 +769,7 @@ PSSLDiffieHellman::~PSSLDiffieHellman()
|
|
DH_free(dh);
|
|
}
|
|
|
|
-#ifdef __BEOS__
|
|
+#if defined(__BEOS__) || (defined(__OpenBSD__) && !defined(__PPC__))
|
|
// 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
|