diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-08-18 13:05:34 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-08-18 14:41:26 +0200 |
commit | 0f8b2874d0c1e08e74406286e9f3c173ec42280a (patch) | |
tree | 56581e3bfaa9a580632fedbd0110fd7e8c9aa0a4 /lib/auth.h | |
parent | a791437e62f6c92bba4ee5ee79c38dfdf2b54fbe (diff) | |
download | gnutls-0f8b2874d0c1e08e74406286e9f3c173ec42280a.tar.gz |
Corrected argument names of functions to correspond to declaration
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/auth.h')
-rw-r--r-- | lib/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/auth.h b/lib/auth.h index 0674e1807b..a61acd09ee 100644 --- a/lib/auth.h +++ b/lib/auth.h @@ -54,7 +54,7 @@ typedef struct mod_auth_st_int { } mod_auth_st; const void *_gnutls_get_cred(gnutls_session_t session, - gnutls_credentials_type_t kx); + gnutls_credentials_type_t type); const void *_gnutls_get_kx_cred(gnutls_session_t session, gnutls_kx_algorithm_t algo); int _gnutls_auth_info_set(gnutls_session_t session, |