diff options
-rw-r--r-- | tmpbuffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpbuffer.c b/tmpbuffer.c index 4f2c632..2a9ed5d 100644 --- a/tmpbuffer.c +++ b/tmpbuffer.c @@ -2,7 +2,7 @@ #include "asn1.h" #include <stdio.h> -#define COUNT 40 +#define COUNT 100 static char buffer[TMPLEN * COUNT]; static int pos = 0; |