From 6d4efd424682f90896d5237ede4326416b6fa97d Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 30 Oct 2016 19:58:50 +0100 Subject: Fixes some memory leaks and consequent incorrect frees. --- libcmix-crypto/curve25519/curve25519.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libcmix-crypto/curve25519') diff --git a/libcmix-crypto/curve25519/curve25519.c b/libcmix-crypto/curve25519/curve25519.c index 1a83308..6eaaafc 100644 --- a/libcmix-crypto/curve25519/curve25519.c +++ b/libcmix-crypto/curve25519/curve25519.c @@ -14,6 +14,7 @@ struct Api get_curve25519_implementation() NULL, NULL, NULL, + NULL, &curve25519_add_public_share, &curve25519_derive_shared_key, &curve25519_shared_key_deleter, -- cgit v1.2.3-70-g09d2