aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-13 04:01:51 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-13 04:01:51 +0200
commit60fe8061cb0330a1459bf23d7ff47444a7dd7710 (patch)
tree5c88012f2d87710938be5e2601220c96c28df128 /libqpdf
parenta2f62935b35aebe68a5a2f7e729ae4bb8734cfc7 (diff)
downloadqpdf-60fe8061cb0330a1459bf23d7ff47444a7dd7710.tar.zst
Fix one more identifier (fixes #236)
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/qpdf/rijndael.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/qpdf/rijndael.h b/libqpdf/qpdf/rijndael.h
index a9cd71da..8b4c88f6 100644
--- a/libqpdf/qpdf/rijndael.h
+++ b/libqpdf/qpdf/rijndael.h
@@ -1,5 +1,5 @@
-#ifndef H__RIJNDAEL
-#define H__RIJNDAEL
+#ifndef RIJNDAEL_H
+#define RIJNDAEL_H
#include <qpdf/qpdf-config.h>
#ifdef HAVE_INTTYPES_H