summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-12-01 13:10:41 +0000
committerSimon Josefsson <simon@josefsson.org>2005-12-01 13:10:41 +0000
commit7dab16ca7eff109e6c758fd94ef8146c6d2bad52 (patch)
treee558be3ce7924ee0fb58f706f22deaacc3d857f8
parentefeefcba480fb2c1fa34c90a8793699874ca92a4 (diff)
downloadgnutls-7dab16ca7eff109e6c758fd94ef8146c6d2bad52.tar.gz
Fix.
-rw-r--r--includes/gnutls/extra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/extra.h b/includes/gnutls/extra.h
index f35a51662a..d3e49c7e80 100644
--- a/includes/gnutls/extra.h
+++ b/includes/gnutls/extra.h
@@ -86,7 +86,7 @@ int gnutls_certificate_set_openpgp_keyring_file( gnutls_certificate_credentials_
GNUTLS_IA_APPLICATION_PAYLOAD = 0,
GNUTLS_IA_INTERMEDIATE_PHASE_FINISHED = 1,
GNUTLS_IA_FINAL_PHASE_FINISHED = 2
- } gnutls_ia_apptype;
+ } gnutls_ia_apptype_t;
/* TLS/IA credential
*/