summaryrefslogtreecommitdiff
path: root/ckcapi-cert.h
diff options
context:
space:
mode:
Diffstat (limited to 'ckcapi-cert.h')
-rw-r--r--ckcapi-cert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ckcapi-cert.h b/ckcapi-cert.h
index 0a7622c..28edd9d 100644
--- a/ckcapi-cert.h
+++ b/ckcapi-cert.h
@@ -46,10 +46,10 @@ CK_RV ckcapi_cert_find (CkCapiSession* sess, CK_OBJECT_CLASS cls,
CK_ATTRIBUTE_PTR match, CK_ULONG count,
CkCapiArray* arr);
-
-/* Called by trust stuff */
+/* Called by trust and key stuff */
CK_RV ckcapi_cert_certificate_get_bytes (PCCERT_CONTEXT cert,
CK_ATTRIBUTE_PTR attr);
+
PCCERT_CONTEXT ckcapi_cert_object_data_get_certificate (CkCapiObjectData* objdata);
#endif /* CRYPTOKI_CERT_H */