
{
    my @ports = split(",", ($squid{SSLPorts} || "") );

    return "acl SSL_ports port 443 563 @ports";
}
