diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-10 08:32:07 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-10 08:32:07 +0200 |
commit | 80c4b5e316002b6b5d2ffaf22a22f8f8cce1a142 (patch) | |
tree | cbf438fb2eae55ba85259ea260fb4f245d947e0f /lib/gnutls_auth.h | |
parent | 9ffddfaf6a983378358eef7d33f32b9da49662f7 (diff) | |
download | gnutls-80c4b5e316002b6b5d2ffaf22a22f8f8cce1a142.tar.gz |
session->key no longer needs to be an allocated structure.
Diffstat (limited to 'lib/gnutls_auth.h')
-rw-r--r-- | lib/gnutls_auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_auth.h b/lib/gnutls_auth.h index 51ffb35c27..fe367e8bdf 100644 --- a/lib/gnutls_auth.h +++ b/lib/gnutls_auth.h @@ -47,7 +47,7 @@ typedef struct mod_auth_st_int uint8_t *, size_t); } mod_auth_st; -const void *_gnutls_get_cred (gnutls_key_st key, +const void *_gnutls_get_cred (gnutls_session_t session, gnutls_credentials_type_t kx, int *err); const void *_gnutls_get_kx_cred (gnutls_session_t session, gnutls_kx_algorithm_t algo, int *err); |