summaryrefslogtreecommitdiff
path: root/lib/auth_anon.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth_anon.h')
-rw-r--r--lib/auth_anon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/auth_anon.h b/lib/auth_anon.h
index 72eb87ca49..8173814be4 100644
--- a/lib/auth_anon.h
+++ b/lib/auth_anon.h
@@ -14,7 +14,7 @@ typedef struct {
#define gnutls_anon_client_credentials void*
typedef struct anon_client_auth_info_st {
- dh_info_st dh;
+ dh_info_t dh;
} *anon_client_auth_info_t;
typedef anon_client_auth_info_t anon_server_auth_info_t;