projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0572abb
)
Increase print buffer (10K instead of just 2K).
author
Bodo Möller
<bodo@openssl.org>
Tue, 5 Sep 2000 12:43:39 +0000
(12:43 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 5 Sep 2000 12:43:39 +0000
(12:43 +0000)
crypto/bio/b_print.c
patch
|
blob
|
history
diff --git
a/crypto/bio/b_print.c
b/crypto/bio/b_print.c
index c421934def947a179c7a0e3fc0aeb96568f6090c..a00f0925d242883f7149d8532f11c56527804fc0 100644
(file)
--- a/
crypto/bio/b_print.c
+++ b/
crypto/bio/b_print.c
@@
-827,7
+827,7
@@
int BIO_vprintf (BIO *bio, const char *format, va_list args)
#ifdef USE_ALLOCATING_PRINT
char *hugebuf;
#else
- MS_STATIC char hugebuf[1024*
2
];
+ MS_STATIC char hugebuf[1024*
10
];
#endif
#ifndef USE_ALLOCATING_PRINT