summaryrefslogtreecommitdiff
path: root/ckcapi.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-09 01:51:54 +0000
committerStef Walter <stef@memberwebs.com>2008-12-09 01:51:54 +0000
commita71df0e849b4e286f29ae6e26973961d3412cd83 (patch)
tree71fff8c8e760561287ddae96ffdfb051e5f6a220 /ckcapi.h
parentf84cec479d41fb143487af7e78a6b3056f6b8823 (diff)
Complete the certificate support so most of the tests clear.
Diffstat (limited to 'ckcapi.h')
-rw-r--r--ckcapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ckcapi.h b/ckcapi.h
index 54929bc..f174675 100644
--- a/ckcapi.h
+++ b/ckcapi.h
@@ -108,6 +108,9 @@ CK_RV ckcapi_return_dword_as_bytes (CK_ATTRIBUTE_PTR attr,
CK_RV ckcapi_return_reversed_data (CK_ATTRIBUTE_PTR attr,
CK_VOID_PTR data, CK_ULONG length);
+CK_RV ckcapi_return_filetime (CK_ATTRIBUTE_PTR attr,
+ FILETIME* ftime);
+
/* ------------------------------------------------------------------ */
typedef void (*CkCapiDestroyFunc)(void* data);