summaryrefslogtreecommitdiff
path: root/lib/pkcs11_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2013-12-05 11:10:28 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2013-12-05 11:10:28 +0100
commitbc1760ff606e52b87c16c87d936df9ebfc729a29 (patch)
treee95e379c903808d452633c1363bc0ee0e83c9fd2 /lib/pkcs11_int.h
parentcebd8eb8a47b5edbdcfc6b71c3a0a648d1ef000b (diff)
downloadgnutls-bc1760ff606e52b87c16c87d936df9ebfc729a29.tar.gz
PKCS #11 initialization is delayed until first use.
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 1cdaee3d10..78e64c335d 100644
--- a/lib/pkcs11_int.h
+++ b/lib/pkcs11_int.h
@@ -46,7 +46,7 @@ struct token_info {
struct ck_token_info tinfo;
struct ck_slot_info sinfo;
ck_slot_id_t sid;
- struct gnutls_pkcs11_provider_s *prov;
+ struct gnutls_pkcs11_provider_st *prov;
};
struct gnutls_pkcs11_obj_st {