aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_SHA2.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/Pl_SHA2.hh')
-rw-r--r--libqpdf/qpdf/Pl_SHA2.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpdf/qpdf/Pl_SHA2.hh b/libqpdf/qpdf/Pl_SHA2.hh
index 8ff4723a..0748dd0b 100644
--- a/libqpdf/qpdf/Pl_SHA2.hh
+++ b/libqpdf/qpdf/Pl_SHA2.hh
@@ -1,5 +1,5 @@
-#ifndef __PL_SHA2_HH__
-#define __PL_SHA2_HH__
+#ifndef PL_SHA2_HH
+#define PL_SHA2_HH
// Bits must be a supported number of bits, currently only 256, 384,
// or 512. Passing 0 as bits leaves the pipeline uncommitted, in
@@ -47,4 +47,4 @@ class Pl_SHA2: public Pipeline
unsigned char sha512sum[64];
};
-#endif // __PL_SHA2_HH__
+#endif // PL_SHA2_HH