diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-08-19 02:39:58 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-08-19 02:39:58 +0200 |
commit | ac4f72884effe8c177f09d27bf4977c84eb3ec58 (patch) | |
tree | 5f0eafafab91d1dc07434f0a23b19399c6682818 /apps/pdfclean.c | |
parent | 1d2eb9d542b11e488dbd206c6ef9936b4f60fc13 (diff) | |
download | mupdf-ac4f72884effe8c177f09d27bf4977c84eb3ec58.tar.xz |
Implement support for AES encryption.
Diffstat (limited to 'apps/pdfclean.c')
-rw-r--r-- | apps/pdfclean.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/pdfclean.c b/apps/pdfclean.c index 77da8f9b..7db29e0c 100644 --- a/apps/pdfclean.c +++ b/apps/pdfclean.c @@ -9,7 +9,6 @@ #include "pdftool.h" -static pdf_crypt *outcrypt = NULL; static FILE *out = NULL; static char *uselist = NULL; |