From 3d7fefedc9ba60bd8e8448efe8b628446d958536 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Aug 2013 21:21:56 +0000 Subject: changing time measurement from milliseconds to microseconds --- src/identity/identity_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/identity/identity_api.c') diff --git a/src/identity/identity_api.c b/src/identity/identity_api.c index 84ecb8765..f4ef81f68 100644 --- a/src/identity/identity_api.c +++ b/src/identity/identity_api.c @@ -186,7 +186,7 @@ GNUNET_IDENTITY_ego_get_anonymous () if (NULL != anon.pk) return &anon; - anon.pk = GNUNET_CRYPTO_ecc_key_get_anonymous (); + anon.pk = (struct GNUNET_CRYPTO_EccPrivateKey *) GNUNET_CRYPTO_ecc_key_get_anonymous (); GNUNET_CRYPTO_ecc_key_get_public (anon.pk, &pub); GNUNET_CRYPTO_hash (&pub, sizeof (pub), &anon.id); -- cgit v1.2.3