aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bftest.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-05-04 18:49:26 +0000
committerWerner Koch <[email protected]>1998-05-04 18:49:26 +0000
commit42b03f6ebdda25a5b61db72cf9aecaaf6788de16 (patch)
treea36d2fe06b19dca6f64009010e2a731b45e6b886 /tools/bftest.c
parentfixed last passphrase bug (diff)
downloadgnupg-42b03f6ebdda25a5b61db72cf9aecaaf6788de16.tar.gz
gnupg-42b03f6ebdda25a5b61db72cf9aecaaf6788de16.zip
new releaseV0-2-17
Diffstat (limited to 'tools/bftest.c')
-rw-r--r--tools/bftest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bftest.c b/tools/bftest.c
index a6816e19f..551e8e55d 100644
--- a/tools/bftest.c
+++ b/tools/bftest.c
@@ -63,8 +63,8 @@ main(int argc, char **argv)
{
int encode=0;
CIPHER_HANDLE hd;
- char buf[100];
- int n, size=8;
+ char buf[4096];
+ int n, size=4096;
int algo;
#ifdef __MINGW32__