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

Commit 8de6d690 authored by Jeff Tinker's avatar Jeff Tinker
Browse files

Fix build break DO NOT MERGE

related-to-bug: 23223325

Change-Id: I7b09712b5f18912abddd50b75f6edaf860e894c1
parent c2153d0d
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 {