am f1a1160c: am c0d6b7cb: Merge "Fix typo"

* commit 'f1a1160c68f6c289d3b82573f1a16f9c52aebab4':
  Fix typo
This commit is contained in:
Alex Klyubin
2015-04-08 22:03:55 +00:00
committed by Android Git Automerger

View File

@@ -580,7 +580,7 @@ public abstract class KeyStoreKeyConstraints {
} else if ("ctr".equals(modeLower)) {
return CTR;
} else if ("gcm".equals(modeLower)) {
return CTR;
return GCM;
} else {
throw new IllegalArgumentException("Unknown block mode: " + mode);
}