summaryrefslogtreecommitdiff
path: root/poppler/Decrypt.h
diff options
context:
space:
mode:
authorJulien Rebetez <julien@fhtagn.net>2008-01-19 12:51:27 +0100
committerAlbert Astals Cid <tsdgeos@bluebox.localdomain>2008-01-19 12:51:27 +0100
commit742b0c3dec01d8672b84f56d5bb0e2890b178594 (patch)
treeab36ca93011b6e8c8c1a9bff34379b342f3b9aeb /poppler/Decrypt.h
parentbb7867976740dea259d4110c072552fc5953910f (diff)
Make the md5 method of Decrypt public so it can be used by other files.
Diffstat (limited to 'poppler/Decrypt.h')
-rw-r--r--poppler/Decrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler/Decrypt.h b/poppler/Decrypt.h
index b2f754f3..b8619684 100644
--- a/poppler/Decrypt.h
+++ b/poppler/Decrypt.h
@@ -24,6 +24,7 @@
class Decrypt {
public:
+ static void md5(Guchar *msg, int msgLen, Guchar *digest);
// Generate a file key. The <fileKey> buffer must have space for at
// least 16 bytes. Checks <ownerPassword> and then <userPassword>