summaryrefslogtreecommitdiff
path: root/lib/pkcs11_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-07-10 16:24:11 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-07-10 16:24:14 +0200
commit241f9f0b146e808c9c4f9fdec8763af1a722cc40 (patch)
tree80e444da2e806cd67da098f9a1d9c3c7d15da806 /lib/pkcs11_int.h
parent640896a42a56f57e89c96b317ba841bd1993e052 (diff)
downloadgnutls-241f9f0b146e808c9c4f9fdec8763af1a722cc40.tar.gz
Added GNUTLS_PKCS11_TOKEN_MODNAME for gnutls_pkcs11_token_get_info
That allows to obtain the shared module name of a token URL.
Diffstat (limited to 'lib/pkcs11_int.h')
-rw-r--r--lib/pkcs11_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkcs11_int.h b/lib/pkcs11_int.h
index f5d1f3161e..f2ccfe200c 100644
--- a/lib/pkcs11_int.h
+++ b/lib/pkcs11_int.h
@@ -85,7 +85,7 @@ int _gnutls_pkcs11_check_init(void);
* function. Once everything is traversed it is called with NULL tinfo.
* It should return 0 if found what it was looking for.
*/
-typedef int (*find_func_t) (struct pkcs11_session_info *,
+typedef int (*find_func_t) (struct ck_function_list *, struct pkcs11_session_info *,
struct ck_token_info * tinfo, struct ck_info *,
void *input);