ssld: enable sending SSL cipher information if available
This commit is contained in:
parent
833b2f9cbf
commit
42dbc23943
1 changed files with 0 additions and 2 deletions
|
@ -663,7 +663,6 @@ maxconn(void)
|
||||||
static void
|
static void
|
||||||
ssl_send_cipher(conn_t *conn)
|
ssl_send_cipher(conn_t *conn)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
size_t len;
|
size_t len;
|
||||||
char buf[512];
|
char buf[512];
|
||||||
char cstring[256];
|
char cstring[256];
|
||||||
|
@ -683,7 +682,6 @@ ssl_send_cipher(conn_t *conn)
|
||||||
strcpy(&buf[5], cstring);
|
strcpy(&buf[5], cstring);
|
||||||
len = (strlen(cstring) + 1) + 5;
|
len = (strlen(cstring) + 1) + 5;
|
||||||
mod_cmd_write_queue(conn->ctl, buf, len);
|
mod_cmd_write_queue(conn->ctl, buf, len);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue