Release 0.9.3-pre2

This commit is contained in:
Philipp Crocoll
2014-01-27 08:03:58 -08:00
parent 17c4007f32
commit 437d3033d2
5 changed files with 5067 additions and 2316 deletions

View File

@@ -24,7 +24,7 @@ using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Threading;
using System.Diagnostics;
using Android.Util;
using KeePassLib.Utility;
using keepass2android;
@@ -132,6 +132,7 @@ namespace KeePassLib.Native
byte[] newKey = key.TransformMasterKey(pKey256, pBuf256, (int)uRounds);
Array.Copy(newKey, pBuf256, newKey.Length);
#else
Log.Warn("KP2A", "Transforming key managed!");
return false;
#endif
}