summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/tpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/includes/gnutls/tpm.h')
-rw-r--r--lib/includes/gnutls/tpm.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/includes/gnutls/tpm.h b/lib/includes/gnutls/tpm.h
index b5da3e994f..f899bd46d6 100644
--- a/lib/includes/gnutls/tpm.h
+++ b/lib/includes/gnutls/tpm.h
@@ -21,10 +21,10 @@
*/
#ifndef GNUTLS_TPM_H
-#define GNUTLS_TPM_H
+# define GNUTLS_TPM_H
-#include <gnutls/gnutls.h>
-#include <gnutls/x509.h>
+# include <gnutls/gnutls.h>
+# include <gnutls/x509.h>
/* *INDENT-OFF* */
#ifdef __cplusplus
@@ -35,9 +35,9 @@ extern "C" {
struct tpm_key_list_st;
typedef struct tpm_key_list_st *gnutls_tpm_key_list_t;
-#define GNUTLS_TPM_KEY_SIGNING (1<<1)
-#define GNUTLS_TPM_REGISTER_KEY (1<<2)
-#define GNUTLS_TPM_KEY_USER (1<<3)
+# define GNUTLS_TPM_KEY_SIGNING (1<<1)
+# define GNUTLS_TPM_REGISTER_KEY (1<<2)
+# define GNUTLS_TPM_KEY_USER (1<<3)
/**
* gnutls_tpmkey_fmt_t:
@@ -77,4 +77,4 @@ int gnutls_tpm_privkey_delete(const char *url, const char *srk_password);
#endif
/* *INDENT-ON* */
-#endif /* GNUTLS_TPM_H */
+#endif /* GNUTLS_TPM_H */