add support for specifying usable ciphers
[oweals/ustream-ssl.git] / ustream-ssl.c
index 47f66d6c3fcc7a0be4807118ac2fe3036fd4b990..dbc3bee00e27af3f0815236857ef2823fb266fb5 100644 (file)
@@ -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,