OCSP_BUFSIZE
char buf[OCSP_BUFSIZE];
while ((bytes = read(filefd, buf, OCSP_BUFSIZE)) > 0) {
const int buf_incre = OCSP_BUFSIZE; /* 1 KB at a time */