summaryrefslogtreecommitdiff
path: root/apps/pdfinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pdfinfo.c')
-rw-r--r--apps/pdfinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfinfo.c b/apps/pdfinfo.c
index dcd65dc9..ab244ec3 100644
--- a/apps/pdfinfo.c
+++ b/apps/pdfinfo.c
@@ -199,7 +199,7 @@ gatherglobalinfo(void)
if (!fz_isdict(cryptinfo->ref) && !fz_isindirect(cryptinfo->ref))
die(fz_throw("not an indirect crypt object"));
- cryptinfo->u.crypt.obj = xref->crypt->encrypt;
+ // XXX cryptinfo->u.crypt.obj = xref->crypt->encrypt;
}
}