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

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

am 84a378f2: Merge "Fix a bug in Android Keystore updateAAD." into mnc-dev

* commit '84a378f2':
  Fix a bug in Android Keystore updateAAD.
parents f5da7202 84a378f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -446,7 +446,7 @@ abstract class AndroidKeyStoreCipherSpiBase extends CipherSpi implements KeyStor
            inputLen = input.length;
            src.get(input);
        }
        super.engineUpdateAAD(input, inputOffset, inputLen);
        engineUpdateAAD(input, inputOffset, inputLen);
    }

    @Override