# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |