summaryrefslogtreecommitdiff
path: root/lib/auth_psk.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-04 06:55:15 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-04 06:55:15 +0200
commit22534570d23a82b0b0707c49400fd094e4f92ff8 (patch)
tree9c740c5d3c58e498e865192e12ac76c4369e49fb /lib/auth_psk.h
parent97e2fde192482d79fd836f9289ae5ff7bf96789f (diff)
downloadgnutls-22534570d23a82b0b0707c49400fd094e4f92ff8.tar.gz
Add gnutls_psk_set_server_credentials_hint.
Diffstat (limited to 'lib/auth_psk.h')
-rw-r--r--lib/auth_psk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/auth_psk.h b/lib/auth_psk.h
index ba68b09a62..c71ec15ff9 100644
--- a/lib/auth_psk.h
+++ b/lib/auth_psk.h
@@ -49,6 +49,9 @@ typedef struct gnutls_psk_server_credentials_st
* parameters.
*/
gnutls_params_function *params_func;
+
+ /* Identity hint. */
+ char *hint;
} psk_server_cred_st;
/* these structures should not use allocated data */