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