$OpenBSD: patch-src_ptclib_pssl_cxx,v 1.3 2008/04/21 15:03:12 merdely Exp $
--- src/ptclib/pssl.cxx.orig	Fri Jan  4 14:17:19 2008
+++ src/ptclib/pssl.cxx	Fri Jan  4 14:17:32 2008
@@ -794,7 +794,7 @@ PSSLDiffieHellman::~PSSLDiffieHellman()
     DH_free(dh);
 }
 
-#if defined(__BEOS__) || defined(__APPLE__) || defined(__OpenBSD__)
+#if defined(__BEOS__) || defined(__APPLE__) || (defined(__OpenBSD__) && !defined(__PPC__) && !defined(__alpha__))
 // 2/21/04 Yuri Kiryanov - fix for compiler choke on BeOS for usage of
 // SSL function d2i_DHparams_bio below in PSSLDiffieHellman::Load
 // 5/26/06 Hannes Friederich - Mac OS X seems to need that fix too...
