summaryrefslogtreecommitdiff
path: root/lib/pkcs11_privkey.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-10 15:36:50 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-10 15:36:50 +0200
commit976acc75484c5cf08f9d6bd19c45f680b7940d81 (patch)
tree06b056cdd2bf26eda3c054581bc1d9dd75d35ae3 /lib/pkcs11_privkey.c
parent3b8b975ddbaf0750ec7e92d71fa5e005653d1085 (diff)
downloadgnutls-976acc75484c5cf08f9d6bd19c45f680b7940d81.tar.gz
Added 3 levels of details in PKCS #11 URLs.
1st level: Token level. Object is unique up to token. 2nd level: Object is unique up to token and module used to access it. 3rd level: Object is unique up to token and module and version of module used to access it.
Diffstat (limited to 'lib/pkcs11_privkey.c')
-rw-r--r--lib/pkcs11_privkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkcs11_privkey.c b/lib/pkcs11_privkey.c
index a076c5dec8..dc738d3ce2 100644
--- a/lib/pkcs11_privkey.c
+++ b/lib/pkcs11_privkey.c
@@ -378,7 +378,7 @@ gnutls_pkcs11_privkey_decrypt_data(gnutls_pkcs11_privkey_t key,
* negative error value.
**/
int gnutls_pkcs11_privkey_export_url(gnutls_pkcs11_privkey_t key,
- int detailed, char **url)
+ gnutls_pkcs11_url_type_t detailed, char **url)
{
int ret;