X-Git-Url: https://git.librecmc.org/?p=oweals%2Fustream-ssl.git;a=blobdiff_plain;f=ustream-ssl.c;h=dbc3bee00e27af3f0815236857ef2823fb266fb5;hp=47f66d6c3fcc7a0be4807118ac2fe3036fd4b990;hb=f7f93addafb8a2a45c601d9cffe249eb6c73de23;hpb=30cebb4fc78e49e0432a404f7c9dd8c9a93b3cc3 diff --git a/ustream-ssl.c b/ustream-ssl.c index 47f66d6..dbc3bee 100644 --- a/ustream-ssl.c +++ b/ustream-ssl.c @@ -231,6 +231,7 @@ const struct ustream_ssl_ops ustream_ssl_ops = { .context_set_crt_file = __ustream_ssl_set_crt_file, .context_set_key_file = __ustream_ssl_set_key_file, .context_add_ca_crt_file = __ustream_ssl_add_ca_crt_file, + .context_set_ciphers = __ustream_ssl_set_ciphers, .context_free = __ustream_ssl_context_free, .init = _ustream_ssl_init, .set_peer_cn = _ustream_ssl_set_peer_cn,