aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/curve25519/null
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-crypto/curve25519/null')
-rw-r--r--libcmix-crypto/curve25519/null/null_curve25519.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcmix-crypto/curve25519/null/null_curve25519.c b/libcmix-crypto/curve25519/null/null_curve25519.c
index 317455f..63280ec 100644
--- a/libcmix-crypto/curve25519/null/null_curve25519.c
+++ b/libcmix-crypto/curve25519/null/null_curve25519.c
@@ -17,7 +17,7 @@ struct KeyPair curve25519_create_keypair() {
void curve25519_shared_key_deleter(struct SharedKey s) {}
-struct SharedKey curve25519_derive_shared_key(struct KeyPair pair, unsigned char* pub_key, bool swap_pub_order) {
+struct SharedKey curve25519_derive_shared_key(struct KeyPair pair, unsigned char const* pub_key, bool swap_pub_order) {
return (struct SharedKey){
NULL,
0