summaryrefslogtreecommitdiff
path: root/src/app_adbsign.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_adbsign.c')
-rw-r--r--src/app_adbsign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app_adbsign.c b/src/app_adbsign.c
index 120f702..cdfd6e9 100644
--- a/src/app_adbsign.c
+++ b/src/app_adbsign.c
@@ -41,7 +41,7 @@ static const struct apk_option_group optgroup_applet = {
static int update_signatures(struct adb_xfrm *xfrm, struct adb_block *blk, struct apk_istream *is)
{
struct sign_ctx *ctx = container_of(xfrm, struct sign_ctx, xfrm);
- struct adb_trust *trust = apk_ctx_get_trust(ctx->ac);
+ struct apk_trust *trust = apk_ctx_get_trust(ctx->ac);
int r;
switch (blk ? ADB_BLOCK_TYPE(blk) : -1) {