Bump EXBUFSIZ up a bit

This commit is contained in:
Kurt Zeilenga 2002-10-08 20:56:03 +00:00
parent f833b02518
commit 2a8d73e25a

View file

@ -105,7 +105,7 @@ ber_realloc( BerElement *ber, ber_len_t len )
total = ber_pvt_ber_total( ber );
#define LBER_EXBUFSIZ 1000 /* a few words less than 2^N for binary buddy */
#define LBER_EXBUFSIZ 4060 /* a few words less than 2^N for binary buddy */
#if defined( LBER_EXBUFSIZ ) && LBER_EXBUFSIZ > 0
# ifndef notdef
/* don't realloc by small amounts */