summarylogtreecommitdiffstats
path: root/gnupg_large_secmem.patch
blob: 966a694cdeeae36509f4b8106686b4475adbb78c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure b/configure
index 61a111e..96850dd 100755
--- a/configure
+++ b/configure
@@ -5536,7 +5536,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $large_secmem" >&5
 $as_echo "$large_secmem" >&6; }
 if test "$large_secmem" = yes ; then
-   SECMEM_BUFFER_SIZE=65536
+   SECMEM_BUFFER_SIZE=1048576
 else
    SECMEM_BUFFER_SIZE=32768
 fi