diff options
| author | 2004-12-02 19:42:46 +0000 | |
|---|---|---|
| committer | 2004-12-02 19:42:46 +0000 | |
| commit | beb894e9112853f8ec6191dfabc17833945d5384 (patch) | |
| tree | b54efe18b2c59c6e8b8e7c957cc8c0be1793f8cd /usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c | |
| parent | We do not support 2MB machines, so don't bother taking them into account (diff) | |
| download | wireguard-openbsd-beb894e9112853f8ec6191dfabc17833945d5384.tar.xz wireguard-openbsd-beb894e9112853f8ec6191dfabc17833945d5384.zip | |
big time httpd cleanup
this diff removes a lot of #ifdef'd stuff that is irrelevant for us.
done by Daniel Ouellet after my advice.
tested by many, ok miod@
Diffstat (limited to 'usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c')
| -rw-r--r-- | usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c b/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c index 8bec6d690bf..01b0a9ea51a 100644 --- a/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c +++ b/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c @@ -429,9 +429,7 @@ void ssl_hook_NewConnection(conn_rec *conn) * (don't used under Win32, because * there we use select()) */ -#ifndef WIN32 SSL_set_read_ahead(ssl, TRUE); -#endif #ifdef SSL_VENDOR /* Allow vendors to do more things on connection time... */ |
