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

Commit b01e1a8d authored by Shawn Willden's avatar Shawn Willden
Browse files

Note that auth token is opaque.

Change-Id: I788ab8c5be630dd818a9a442c487c3451029bf81
Test: N/A, comment-only change
Bug: 34985116
parent 62f63c7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,6 +37,6 @@ struct GatekeeperResponse {
     * otherwise unused (0)
     */
    uint32_t timeout;
    /* optional crypto blob */
    /* optional crypto blob. Opaque to Android system. */
    vec<uint8_t> data;
};