summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutls.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/includes/gnutls/gnutls.h.in')
-rw-r--r--lib/includes/gnutls/gnutls.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index f5a5a66acb..0c335b66ba 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -2544,7 +2544,8 @@ gnutls_psk_set_server_credentials_function(gnutls_psk_server_credentials_t
typedef int gnutls_psk_client_credentials_function(gnutls_session_t,
char **username,
- gnutls_datum_t * key);
+ gnutls_datum_t * key,
+ gnutls_mac_algorithm_t * prf);
void
gnutls_psk_set_client_credentials_function(gnutls_psk_client_credentials_t
cred,