summaryrefslogtreecommitdiff
path: root/lib/pkcs11_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-12 09:29:34 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-12 09:29:34 +0100
commit40056d3de3d250b4cc6c1b2868a8fe934aabc971 (patch)
treec117c9016f23f1fb1761346d94b6474b2a4f8441 /lib/pkcs11_int.h
parent8f97c15c8c6a6dd19b911b7e5f2bbeb81af8e59a (diff)
downloadgnutls-40056d3de3d250b4cc6c1b2868a8fe934aabc971.tar.gz
Corrected types.
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 b431a8053e..e1bb60722f 100644
--- a/lib/pkcs11_int.h
+++ b/lib/pkcs11_int.h
@@ -46,7 +46,7 @@ struct gnutls_pkcs11_obj_st
/* only when pubkey */
gnutls_datum_t pubkey[MAX_PUBLIC_PARAMS_SIZE];
- gnutls_pk_algorithm pk_algorithm;
+ gnutls_pk_algorithm_t pk_algorithm;
unsigned int key_usage;
};