summaryrefslogtreecommitdiff
path: root/ckcapi-util.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-03 00:20:13 +0000
committerStef Walter <stef@memberwebs.com>2008-12-03 00:20:13 +0000
commitb00eb56b7ffe5019bb33ad399d351b90f4715132 (patch)
tree0dbf8ab4425a6eb4f8cbc028556403515e516d68 /ckcapi-util.h
parent4b5eb21486d188f57f2bf7a91cd5da225dd3e0d1 (diff)
Add basic key object support. No support yet for actual crypto ops. Not tested. Wanted to check it in so it doesn't get lost as it represents a lot of work.
Diffstat (limited to 'ckcapi-util.h')
-rw-r--r--ckcapi-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ckcapi-util.h b/ckcapi-util.h
index 1ea07f2..6ae74a0 100644
--- a/ckcapi-util.h
+++ b/ckcapi-util.h
@@ -22,6 +22,9 @@
#include <stdlib.h>
+
+void ckcapi_reverse_memory (void* data, size_t length);
+
/* --------------------------------------------------------------------------------
* ARRAYS
*/