*BIG* verify code reorganisation.
[oweals/openssl.git] / crypto / bio / b_print.c
index 349109b2130e48615d8753dd91f07941f31146ff..a00f0925d242883f7149d8532f11c56527804fc0 100644 (file)
@@ -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]; /* 10k in one chunk is the limit */
+       MS_STATIC char hugebuf[1024*10];
 #endif
 
 #ifndef USE_ALLOCATING_PRINT