$NetBSD: patch-ae,v 1.2 2009/07/14 15:53:20 hasso Exp $

--- src/core/openssl_wrapper.h.orig	2009-06-26 00:37:43 +0300
+++ src/core/openssl_wrapper.h	2009-07-12 23:16:31 +0300
@@ -46,18 +46,9 @@
 // "2. Can I use OpenSSL with GPL software?"
 // http://www.openssl.org/support/faq.html#LEGAL2
 //
-#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
-	#define HAVE_OPENSSL
-#endif
 
-#ifdef HAVE_OPENSSL
-	#include <openssl/ssl.h>
-	#include <openssl/md5.h>
-	#include <openssl/rand.h>
-#else
-	// For all other systems, we use GnuTLS.
-	#include <gnutls/openssl.h>
-	#define PKTH_USE_GNUTLS
-#endif
+#include <openssl/ssl.h>
+#include <openssl/md5.h>
+#include <openssl/rand.h>
 
 #endif
