]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-openssl_TLSEXT_SNI.patch
- rel 7
[packages/lighttpd.git] / lighttpd-openssl_TLSEXT_SNI.patch
CommitLineData
973db160 1diff -ur lighttpd-1.4.30-orig/src/connections.c lighttpd-1.4.30/src/connections.c
2--- lighttpd-1.4.30-orig/src/connections.c 2012-01-30 09:21:37.665413503 +0100
3+++ lighttpd-1.4.30/src/connections.c 2012-01-30 09:23:09.432936999 +0100
4@@ -1360,9 +1360,7 @@
5 }
6
7 con->renegotiations = 0;
8-#ifndef OPENSSL_NO_TLSEXT
9 SSL_set_app_data(con->ssl, con);
10-#endif
11 SSL_set_accept_state(con->ssl);
12 con->conf.is_ssl=1;
13
This page took 0.082996 seconds and 4 git commands to generate.