ssld: enable sending SSL cipher information if available

This commit is contained in:
William Pitcock 2015-12-11 08:32:19 -06:00
parent 833b2f9cbf
commit 42dbc23943
1 changed files with 0 additions and 2 deletions

View File

@ -663,7 +663,6 @@ maxconn(void)
static void
ssl_send_cipher(conn_t *conn)
{
#if 0
size_t len;
char buf[512];
char cstring[256];
@ -683,7 +682,6 @@ ssl_send_cipher(conn_t *conn)
strcpy(&buf[5], cstring);
len = (strlen(cstring) + 1) + 5;
mod_cmd_write_queue(conn->ctl, buf, len);
#endif
}
static void