aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_encryption.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2008-05-04 18:02:53 +0200
committerJay Berkenbilt <ejb@ql.org>2008-05-04 18:02:53 +0200
commit76bf91765e0b25066a47cbd52df07645239c5a78 (patch)
tree5d6e6342d69dc402e3589e8027315144957d01cf /libqpdf/QPDF_encryption.cc
parent0ceb79cfdd15e0d456b400be20baa4ea4fc70ae3 (diff)
downloadqpdf-76bf91765e0b25066a47cbd52df07645239c5a78.tar.zst
missing header files for gcc 4.3
git-svn-id: svn+q:///qpdf/trunk@607 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libqpdf/QPDF_encryption.cc')
-rw-r--r--libqpdf/QPDF_encryption.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libqpdf/QPDF_encryption.cc b/libqpdf/QPDF_encryption.cc
index e5e2d8be..7edeca29 100644
--- a/libqpdf/QPDF_encryption.cc
+++ b/libqpdf/QPDF_encryption.cc
@@ -10,6 +10,8 @@
#include <qpdf/RC4.hh>
#include <qpdf/MD5.hh>
+#include <string.h>
+
static char const padding_string[] = {
0x28, 0xbf, 0x4e, 0x5e, 0x4e, 0x75, 0x8a, 0x41,
0x64, 0x00, 0x4e, 0x56, 0xff, 0xfa, 0x01, 0x08,