| 204 |
snprintf(cont, sizeof(cont), err_cont, head, head, txt); |
204 |
snprintf(cont, sizeof(cont), err_cont, head, head, txt); |
| 205 |
snprintf(rep, sizeof(rep), err_head, head, strlen(cont), cont); |
205 |
snprintf(rep, sizeof(rep), err_head, head, strlen(cont), cont); |
| 206 |
BIO_write(c, rep, strlen(rep)); |
206 |
BIO_write(c, rep, strlen(rep)); |