Consistency
[openssl.git] / crypto / bio / b_print.c
index 349109b2130e48615d8753dd91f07941f31146ff..c421934def947a179c7a0e3fc0aeb96568f6090c 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*2];
 #endif
 
 #ifndef USE_ALLOCATING_PRINT