aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/MD5_native.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-02 22:47:23 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-03 23:58:36 +0200
commit33caed4f1761bf5c1df1658c466f65d0f44d1131 (patch)
treedd4789cafc29f2d32ca27c2e273901ad1028d8e7 /libqpdf/MD5_native.cc
parent80801e4c564a8d4f9d26d7fbea269041e1ed1bec (diff)
downloadqpdf-33caed4f1761bf5c1df1658c466f65d0f44d1131.tar.zst
Exclude formatting on embedded native crypto
Diffstat (limited to 'libqpdf/MD5_native.cc')
-rw-r--r--libqpdf/MD5_native.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libqpdf/MD5_native.cc b/libqpdf/MD5_native.cc
index d609c464..8cd03862 100644
--- a/libqpdf/MD5_native.cc
+++ b/libqpdf/MD5_native.cc
@@ -1,3 +1,5 @@
+// clang-format off
+
// This file implements a class for computation of MD5 checksums.
// It is derived from the reference algorithm for MD5 as given in
// RFC 1321. The original copyright notice is as follows: