{
  my $HCO =  ( ($modSSL{HonorCipherOrder}||'on') eq 'on') ? 'on' : 'off';
  $OUT  .= "SSLHonorCipherOrder $HCO\n";
}
