summaryrefslogtreecommitdiff
path: root/lib/gnutls.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls.h')
-rw-r--r--lib/gnutls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls.h b/lib/gnutls.h
index 22fd04dff8..568fcc59b4 100644
--- a/lib/gnutls.h
+++ b/lib/gnutls.h
@@ -104,7 +104,7 @@ int gnutls_crypt_vrfy(const char* username, const char *passwd, char* salt);
/* Functions for setting/clearing credentials */
int gnutls_clear_creds( GNUTLS_STATE state);
/* cred is a structure defined by the kx algorithm */
-int gnutls_set_kx_cred( GNUTLS_STATE, int kx, void* cred, int cred_size);
+int gnutls_set_kx_cred( GNUTLS_STATE, int kx, void* cred);
/* Credential structures for SRP - used in gnutls_set_cred(); */
typedef struct {