pub fn ssl_set_groups_list(
ssl: &mut SslRef,
groups: &str,
) -> Result<(), ErrorStack>Expand description
Set the curves/groups of ssl
See set_groups_list.
pub fn ssl_set_groups_list(
ssl: &mut SslRef,
groups: &str,
) -> Result<(), ErrorStack>Set the curves/groups of ssl
See set_groups_list.