summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_MD5.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-12 20:07:22 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-12 20:10:32 +0200
commit3873f5fd9bd366c645eb221d0e75c0deaa2de24c (patch)
treefddebc65fed3f2492152e87da60e98f7bec644df /libqpdf/qpdf/Pl_MD5.hh
parent932799baab58df23cc1899720fd4637c4360d195 (diff)
downloadqpdf-3873f5fd9bd366c645eb221d0e75c0deaa2de24c.tar.zst
Protect headers with compliant identifiers (fixes #233)
Diffstat (limited to 'libqpdf/qpdf/Pl_MD5.hh')
-rw-r--r--libqpdf/qpdf/Pl_MD5.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpdf/qpdf/Pl_MD5.hh b/libqpdf/qpdf/Pl_MD5.hh
index c23e6b45..08a93706 100644
--- a/libqpdf/qpdf/Pl_MD5.hh
+++ b/libqpdf/qpdf/Pl_MD5.hh
@@ -1,5 +1,5 @@
-#ifndef __PL_MD5_HH__
-#define __PL_MD5_HH__
+#ifndef PL_MD5_HH
+#define PL_MD5_HH
// This pipeline sends its output to its successor unmodified. After
// calling finish, the MD5 checksum of the data that passed through
@@ -45,4 +45,4 @@ class Pl_MD5: public Pipeline
bool persist_across_finish;
};
-#endif // __PL_MD5_HH__
+#endif // PL_MD5_HH