aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/curve25519.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-crypto/curve25519.h')
-rw-r--r--libcmix-crypto/curve25519.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libcmix-crypto/curve25519.h b/libcmix-crypto/curve25519.h
index 2c8b1e3..319e693 100644
--- a/libcmix-crypto/curve25519.h
+++ b/libcmix-crypto/curve25519.h
@@ -4,10 +4,9 @@
extern "C" {
#endif
-struct KeyPair {
- char* sec;
- char* pub;
-};
+#include "keypair.h"
+
+#include <stdlib.h>
extern struct KeyPair curve25519_create_keypair();