$OpenBSD: patch-lib_silcmath_tma_h,v 1.3 2007/08/11 22:14:27 ckuethe Exp $
--- lib/silcmath/tma.h.orig	Tue May 10 12:02:57 2005
+++ lib/silcmath/tma.h	Tue Jul 26 01:13:52 2005
@@ -48,7 +48,7 @@ extern "C" {
 
 
 /* detect 64-bit mode if possible */
-#if defined(__x86_64__)
+#if defined(__x86_64__) && !defined(__OpenBSD__)
    #if !(defined(MP_64BIT) && defined(MP_16BIT) && defined(MP_8BIT))
       #define MP_64BIT
    #endif
