summaryrefslogtreecommitdiff
path: root/package/beecrypt/patches/patch-include_beecrypt_gnu_h
blob: 41b1f5953c9d641cc1e20756ef35533f12d639a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- beecrypt-4.2.1.orig/include/beecrypt/gnu.h	2009-07-12 09:19:44.000000000 +0200
+++ beecrypt-4.2.1/include/beecrypt/gnu.h	2011-03-29 11:18:21.031808259 +0200
@@ -72,7 +72,7 @@ typedef pthread_t bc_threadid_t;
  * make assumptions about the size set by the configure script
  */
 #if !defined(MP_WBITS)
-# define MP_WBITS	64U
+# define MP_WBITS	32U
 #endif
 
 #endif