aboutsummaryrefslogtreecommitdiff
path: root/src/identity/plugin_rest_identity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/plugin_rest_identity.c')
-rw-r--r--src/identity/plugin_rest_identity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/identity/plugin_rest_identity.c b/src/identity/plugin_rest_identity.c
index 15e0987f2..f46de1091 100644
--- a/src/identity/plugin_rest_identity.c
+++ b/src/identity/plugin_rest_identity.c
@@ -1236,7 +1236,7 @@ ego_sign_data_cb (void *cls, struct GNUNET_IDENTITY_Ego *ego)
1236 return; 1236 return;
1237 } 1237 }
1238 1238
1239 sig_str = malloc (64); 1239 sig_str = malloc (128);
1240 GNUNET_CRYPTO_eddsa_signature_encode ( 1240 GNUNET_CRYPTO_eddsa_signature_encode (
1241 (const struct GNUNET_CRYPTO_EddsaSignature *) &sig, 1241 (const struct GNUNET_CRYPTO_EddsaSignature *) &sig,
1242 &sig_str); 1242 &sig_str);