Add missing break statement in KDF-DO parser
This commit is contained in:
parent
1ba7f48fd2
commit
5ccd4c05e8
|
@ -85,6 +85,7 @@ public abstract class KdfParameters {
|
|||
case (byte)0x00:
|
||||
// no KDF, plain password
|
||||
hasUsesKdf(false);
|
||||
break;
|
||||
case (byte)0x03:
|
||||
// using KDF
|
||||
hasUsesKdf(true);
|
||||
|
|
Loading…
Reference in a new issue