am c0d6b7cb: Merge "Fix typo"

* commit 'c0d6b7cb752b50ed37197e15cc6f305a0038e61b':
  Fix typo
This commit is contained in:
Alex Klyubin
2015-04-08 21:37:26 +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);
}