blob: 14702b0ee3169cc421446dc5ea3d200165a26cd7 [file] [log] [blame]
#include "ThinClientSSL.hpp"
DUNIT_MAIN
{
// SSL CANNOT BE ENABLED ON SERVERS WITHOUT LOCATORS ENABLED
//doThinClientSSL( false );
doThinClientSSL( true, true );
//doThinClientSSL( true, false );
}
END_MAIN