aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/sph
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/sph
parent80801e4c564a8d4f9d26d7fbea269041e1ed1bec (diff)
downloadqpdf-33caed4f1761bf5c1df1658c466f65d0f44d1131.tar.zst
Exclude formatting on embedded native crypto
Diffstat (limited to 'libqpdf/sph')
-rw-r--r--libqpdf/sph/md_helper.c1
-rw-r--r--libqpdf/sph/sph_sha2.h1
-rw-r--r--libqpdf/sph/sph_types.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/libqpdf/sph/md_helper.c b/libqpdf/sph/md_helper.c
index 5c114515..2278ee9d 100644
--- a/libqpdf/sph/md_helper.c
+++ b/libqpdf/sph/md_helper.c
@@ -1,3 +1,4 @@
+/* clang-format off */
/* $Id: md_helper.c 216 2010-06-08 09:46:57Z tp $ */
/*
* This file contains some functions which implement the external data
diff --git a/libqpdf/sph/sph_sha2.h b/libqpdf/sph/sph_sha2.h
index dbab2947..3cd929aa 100644
--- a/libqpdf/sph/sph_sha2.h
+++ b/libqpdf/sph/sph_sha2.h
@@ -1,3 +1,4 @@
+/* clang-format off */
/* $Id: sph_sha2.h 216 2010-06-08 09:46:57Z tp $ */
/**
* SHA-224, SHA-256, SHA-384 and SHA-512 interface.
diff --git a/libqpdf/sph/sph_types.h b/libqpdf/sph/sph_types.h
index 25beac3e..df61673d 100644
--- a/libqpdf/sph/sph_types.h
+++ b/libqpdf/sph/sph_types.h
@@ -1,3 +1,4 @@
+/* clang-format off */
/* $Id: sph_types.h 260 2011-07-21 01:02:38Z tp $ */
/**
* Basic type definitions.