aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/sharedkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-crypto/sharedkey.h')
-rw-r--r--libcmix-crypto/sharedkey.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcmix-crypto/sharedkey.h b/libcmix-crypto/sharedkey.h
index c37ae41..b89cb5b 100644
--- a/libcmix-crypto/sharedkey.h
+++ b/libcmix-crypto/sharedkey.h
@@ -14,8 +14,7 @@ extern "C" {
* Stored the derived shared secret after for instance Diffie-Hellman.
*/
struct SharedKey {
- unsigned char* shared; ///< The Shared key.
- unsigned int shared_len; ///< The shared key length.
+ void* shared; ///< The Shared key.
};
#ifdef __cplusplus