summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-03 17:28:31 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-03 17:28:31 +0200
commit97e2fde192482d79fd836f9289ae5ff7bf96789f (patch)
treeb5b5fbe20149bc457aee016fea15bc099e4e1d58 /includes
parent829ef4ba4463b65d7db54401544a91a931707385 (diff)
downloadgnutls-97e2fde192482d79fd836f9289ae5ff7bf96789f.tar.gz
Add gnutls_psk_client_get_hint function. Use it.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/gnutls.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/gnutls/gnutls.h.in b/includes/gnutls/gnutls.h.in
index 8ec9bedc57..9864d84b7c 100644
--- a/includes/gnutls/gnutls.h.in
+++ b/includes/gnutls/gnutls.h.in
@@ -969,6 +969,7 @@ extern "C"
res, const char *password_file);
const char *gnutls_psk_server_get_username (gnutls_session_t session);
+ const char *gnutls_psk_client_get_hint (gnutls_session_t session);
typedef int gnutls_psk_server_credentials_function (gnutls_session_t,
const char *username,