Subversion Repositories DevTools

Rev

Rev 2265 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2265 Rev 2267
Line 82... Line 82...
82
		DrainFilePrefixEdit->Text = drainFilePrefix;
82
		DrainFilePrefixEdit->Text = drainFilePrefix;
83
 
83
 
84
		macAlgorithm = registry->ReadString( "MacAlgorithm" );
84
		macAlgorithm = registry->ReadString( "MacAlgorithm" );
85
		if ( macAlgorithm.IsEmpty() )
85
		if ( macAlgorithm.IsEmpty() )
86
		{
86
		{
87
			macAlgorithm = "MAC";
87
			macAlgorithm = "SHA-1 MAC";
88
		}
88
		}
89
		
89
		
90
		for ( index = 0; index < MacAlgorithmComboBox->Items->Count; ++index )
90
		for ( index = 0; index < MacAlgorithmComboBox->Items->Count; ++index )
91
		{
91
		{
92
			if ( MacAlgorithmComboBox->Items->Strings[ index ] == macAlgorithm )
92
			if ( MacAlgorithmComboBox->Items->Strings[ index ] == macAlgorithm )