summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2011-02-07 12:13:50 +0000
committerTor Andersson <tor@ghostscript.com>2011-02-07 12:13:50 +0000
commit276f0a6b1175834dc32e0ab1dc52098f1e945395 (patch)
tree5a617c84429f97645f385b653632965704dce00c /Makefile
parent1cd8d2d359ff0c8ea7ba7a5837bc4a4f2f4e02ad (diff)
downloadmupdf-276f0a6b1175834dc32e0ab1dc52098f1e945395.tar.xz
Add support for AESv3 encryption from SumatraPDF.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 19ca9adf..7d4254df 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,7 @@ FITZ_SRC := \
fitz/crypt_aes.c \
fitz/crypt_arc4.c \
fitz/crypt_md5.c \
+ fitz/crypt_sha2.c \
fitz/dev_bbox.c \
fitz/dev_draw.c \
fitz/dev_list.c \