summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_encryption.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-20 16:56:36 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-20 21:18:14 +0200
commit24e2b2b76f1f0051f240c8371b2352c4cde85bf9 (patch)
tree966ee111aa7e1e22264abf7079e6dc0b23fe6129 /libqpdf/QPDF_encryption.cc
parentb856379370809cca68cb97b737284ade2c44765c (diff)
downloadqpdf-24e2b2b76f1f0051f240c8371b2352c4cde85bf9.tar.zst
Fix gcc 4.7 warnings about C++11
Diffstat (limited to 'libqpdf/QPDF_encryption.cc')
-rw-r--r--libqpdf/QPDF_encryption.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDF_encryption.cc b/libqpdf/QPDF_encryption.cc
index 772d87e0..15acf067 100644
--- a/libqpdf/QPDF_encryption.cc
+++ b/libqpdf/QPDF_encryption.cc
@@ -16,7 +16,7 @@
#include <assert.h>
#include <string.h>
-static char const padding_string[] = {
+static unsigned char const padding_string[] = {
0x28, 0xbf, 0x4e, 0x5e, 0x4e, 0x75, 0x8a, 0x41,
0x64, 0x00, 0x4e, 0x56, 0xff, 0xfa, 0x01, 0x08,
0x2e, 0x2e, 0x00, 0xb6, 0xd0, 0x68, 0x3e, 0x80,