diff options
Diffstat (limited to 'src/scalarproduct/gnunet-scalarproduct.c')
-rw-r--r-- | src/scalarproduct/gnunet-scalarproduct.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scalarproduct/gnunet-scalarproduct.c b/src/scalarproduct/gnunet-scalarproduct.c index 012ce91b8c..ef2f98f612 100644 --- a/src/scalarproduct/gnunet-scalarproduct.c +++ b/src/scalarproduct/gnunet-scalarproduct.c @@ -244,8 +244,8 @@ run (void *cls, if (input_peer_id && (GNUNET_OK != - GNUNET_CRYPTO_hash_from_string (input_peer_id, - (struct GNUNET_HashCode *) &closure->peer))) + GNUNET_CRYPTO_eddsa_public_key_from_string (input_peer_id, + (struct GNUNET_CRYPTO_EddsaPublicKey *) &closure->peer))) { LOG (GNUNET_ERROR_TYPE_ERROR, _ ("Tried to set initiator mode, as peer ID was given. " |