ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/tls_openssl.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/tls_openssl.c (file contents):
Revision 7164 by michael, Thu Jan 28 11:41:59 2016 UTC vs.
Revision 7190 by michael, Sat Jan 30 18:45:32 2016 UTC

# Line 208 | Line 208 | set_default_curve:
208      }
209    }
210  
211 +  if (ConfigServerInfo.ssl_cipher_list)
212 +    SSL_CTX_set_cipher_list(ConfigServerInfo.tls_ctx.server_ctx, ConfigServerInfo.ssl_cipher_list);
213 +
214    return 1;
215   }
216  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)