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

Commit ca095ac2 authored by Jeff Tinker's avatar Jeff Tinker Committed by Android Git Automerger
Browse files

am 8de6d690: Fix build break DO NOT MERGE

* commit '8de6d690':
  Fix build break DO NOT MERGE
parents fd1d6df5 8de6d690
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ status_t BnCrypto::onTransact(
                    subSamples,
                    sizeof(CryptoPlugin::SubSample) * numSubSamples);

            void *secureBufferId, dstPtr;
            void *secureBufferId, *dstPtr;
            if (secure) {
                secureBufferId = (void *)data.readIntPtr();
            } else {