CONFBUFSIZE
if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) {
if (in != NULL && BIO_gets(in, p, CONFBUFSIZE - 1) < 0)
p[CONFBUFSIZE - 1] = '\0';