Differences From Artifact [0c52f90e41]:
- File src/http_ssl.c — part of check-in [cb52442608] at 2011-12-23 14:00:35 on branch trunk — Use the SSL_set_tlsext_host_name() function only if it is available. (user: drh size: 11674) [more...]
To Artifact [ac458ee32a]:
- File src/http_ssl.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 11716)
| ︙ | |||
404 405 406 407 408 409 410 | 404 405 406 407 408 409 410 411 412 413 414 415 | + + + + + |
N -= got;
pContent = (void*)&((char*)pContent)[got];
}
return total;
}
#endif /* FOSSIL_ENABLE_SSL */
/*
* vim:ts=2:sts=2:et:sw=2:ft=c
*/
|