Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1a1160c authored by Alex Klyubin's avatar Alex Klyubin Committed by Android Git Automerger
Browse files

am c0d6b7cb: Merge "Fix typo"

* commit 'c0d6b7cb':
  Fix typo
parents c48e8cf0 c0d6b7cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
            }