summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/tpm.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-07-22 09:56:04 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-07-22 09:56:04 +0200
commitef5bfbb0aea81b9ed9a20446b55d50b1237fce5c (patch)
tree3ca7316e087a164be6e40baca66da780f3a35b98 /lib/includes/gnutls/tpm.h
parent67b3de5fe34d022593ed9ce216122c10a9c4679d (diff)
downloadgnutls-ef5bfbb0aea81b9ed9a20446b55d50b1237fce5c.tar.gz
GNUTLS_TPMKEY_FMT_PEM renamed to GNUTLS_TPMKEY_FMT_CTK_PEM
Diffstat (limited to 'lib/includes/gnutls/tpm.h')
-rw-r--r--lib/includes/gnutls/tpm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/includes/gnutls/tpm.h b/lib/includes/gnutls/tpm.h
index 386689b5df..cea1c75bf1 100644
--- a/lib/includes/gnutls/tpm.h
+++ b/lib/includes/gnutls/tpm.h
@@ -41,14 +41,14 @@ typedef struct tpm_key_list_st *gnutls_tpm_key_list_t;
/**
* gnutls_tpmkey_fmt_t:
* @GNUTLS_TPM_FMT_DER: The portable data format.
- * @GNUTLS_TPM_FMT_PEM: A custom data format used by some openssl tools.
+ * @GNUTLS_TPM_FMT_CTK_PEM: A custom data format used by some TPM tools.
*
* Enumeration of different certificate encoding formats.
*/
typedef enum
{
GNUTLS_TPMKEY_FMT_DER = 0,
- GNUTLS_TPMKEY_FMT_PEM = 1
+ GNUTLS_TPMKEY_FMT_CTK_PEM = 1
} gnutls_tpmkey_fmt_t;
int