From 4f13051f763cab3d431847305eff913e4bf9d77a Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Fri, 2 Sep 2016 15:29:09 +0200 Subject: Changed to api to be less repetative in use. --- libcmix-crypto/keymanagement.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 libcmix-crypto/keymanagement.h (limited to 'libcmix-crypto/keymanagement.h') diff --git a/libcmix-crypto/keymanagement.h b/libcmix-crypto/keymanagement.h deleted file mode 100644 index 18b578a..0000000 --- a/libcmix-crypto/keymanagement.h +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once - -#ifdef __cplusplus -extern "C" { -#endif - -#include "keypair.h" - -#include - -typedef struct KeyPair(*CmixKeyPairCreator)(); -typedef struct KeyPair(*CmixKeyPairLoader)(char*, char*); - -struct CmixKeyManagementImpl { - CmixKeyPairCreator create_new_keypair; - CmixKeyPairLoader load_keypair; -}; - -#ifdef __cplusplus -} // extern "C" -#endif -- cgit v1.2.3-70-g09d2