From b00eb56b7ffe5019bb33ad399d351b90f4715132 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 3 Dec 2008 00:20:13 +0000 Subject: 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. --- ckcapi-util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ckcapi-util.h') 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 + +void ckcapi_reverse_memory (void* data, size_t length); + /* -------------------------------------------------------------------------------- * ARRAYS */ -- cgit v1.2.3