From 10eac9bb7230973e2c37be9181c36bd086ca38de Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 19 Sep 2021 21:05:00 +0200 Subject: -work on dhtu --- src/dhtu/plugin_dhtu_ip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dhtu/plugin_dhtu_ip.c') diff --git a/src/dhtu/plugin_dhtu_ip.c b/src/dhtu/plugin_dhtu_ip.c index 8593a69ef..ae35adb37 100644 --- a/src/dhtu/plugin_dhtu_ip.c +++ b/src/dhtu/plugin_dhtu_ip.c @@ -240,7 +240,7 @@ struct Plugin static ssize_t ip_sign (void *cls, const struct GNUNET_DHTU_PrivateKey *pk, - const struct GNUNET_DHTU_SignaturePurpose *purpose, + const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, void **sig) { return 0; @@ -262,7 +262,7 @@ ip_sign (void *cls, static enum GNUNET_GenericReturnValue ip_verify (void *cls, const struct GNUNET_DHTU_PublicKey *pk, - const struct GNUNET_DHTU_SignaturePurpose *purpose, + const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, const void *sig, size_t sig_size) { -- cgit v1.2.3