aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/rijndael.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-17 17:01:20 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-17 17:01:20 +0200
commit55e400376a73bcab9a4e64ecfddbf073008ac422 (patch)
treecce38c04180edfbbd684bee2e44410cefa6228e0 /libqpdf/rijndael.cc
parent2c3b6a5c9b70a266e4528a22a03532ea84461975 (diff)
downloadqpdf-55e400376a73bcab9a4e64ecfddbf073008ac422.tar.zst
got working aes128 implementation
git-svn-id: svn+q:///qpdf/trunk@809 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libqpdf/rijndael.cc')
-rw-r--r--libqpdf/rijndael.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/rijndael.cc b/libqpdf/rijndael.cc
index 2d51535c..64748d82 100644
--- a/libqpdf/rijndael.cc
+++ b/libqpdf/rijndael.cc
@@ -1,8 +1,8 @@
#define FULL_UNROLL
-#include "rijndael.h"
+#include "qpdf/rijndael.h"
-typedef unsigned long u32;
+typedef uint32_t u32;
typedef unsigned char u8;
static const u32 Te0[256] =