{
    # Specify which SSL Protocols to accept for this context
    $OUT .= "SSLProtocol all";
    $OUT .= " -SSLv2" unless ${'httpd-e-smith'}{'SSLv2'} eq 'enabled';
}
