summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/pkcs11.h
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2023-03-16 16:21:37 +0900
committerDaiki Ueno <ueno@gnu.org>2023-04-24 12:45:45 +0900
commit18345986e29c820e64daced78232f236fd4a4e6e (patch)
tree250234a525dcf2b86c722f32996c31091ab58474 /lib/includes/gnutls/pkcs11.h
parentbc31d879a87cbae0e59227d4d814e92fb57dfada (diff)
downloadgnutls-18345986e29c820e64daced78232f236fd4a4e6e.tar.gz
build: use /* clang-format {on|off} */ annotation
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'lib/includes/gnutls/pkcs11.h')
-rw-r--r--lib/includes/gnutls/pkcs11.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/includes/gnutls/pkcs11.h b/lib/includes/gnutls/pkcs11.h
index ba0e1addc8..4e6606eb59 100644
--- a/lib/includes/gnutls/pkcs11.h
+++ b/lib/includes/gnutls/pkcs11.h
@@ -28,11 +28,9 @@
# include <gnutls/gnutls.h>
# include <gnutls/x509.h>
-/* *INDENT-OFF* */
#ifdef __cplusplus
extern "C" {
#endif
-/* *INDENT-ON* */
# define GNUTLS_PKCS11_MAX_PIN_LEN 256
@@ -491,10 +489,8 @@ gnutls_pkcs11_copy_attached_extension(const char *token_url,
# define gnutls_x509_crt_import_pkcs11_url gnutls_x509_crt_import_url
-/* *INDENT-OFF* */
#ifdef __cplusplus
}
#endif
-/* *INDENT-ON* */
#endif /* GNUTLS_PKCS11_H */