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

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

am f1a1160c: am c0d6b7cb: Merge "Fix typo"

* commit 'f1a1160c':
  Fix typo
parents 9be1016b f1a1160c
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);
            }