aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-10 14:38:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-10 14:38:55 +0000
commit9351b1e9bdf2b067b6db06562c26ba658cff42b8 (patch)
tree68dc4ab447e7e8b6a20a706858cd36238c1c7c5f /src/gns/gns_api.c
parent8beabcd96c0cf1e1873c0b5ff96e537f1beb0b34 (diff)
downloadgnunet-9351b1e9bdf2b067b6db06562c26ba658cff42b8.tar.gz
gnunet-9351b1e9bdf2b067b6db06562c26ba658cff42b8.zip
separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r--src/gns/gns_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index 75c2f9530..3d58922ad 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -527,10 +527,10 @@ GNUNET_GNS_lookup_cancel (struct GNUNET_GNS_LookupRequest *lr)
527struct GNUNET_GNS_LookupRequest* 527struct GNUNET_GNS_LookupRequest*
528GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle, 528GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
529 const char *name, 529 const char *name,
530 const struct GNUNET_CRYPTO_EccPublicSignKey *zone, 530 const struct GNUNET_CRYPTO_EcdsaPublicKey *zone,
531 int type, 531 int type,
532 int only_cached, 532 int only_cached,
533 const struct GNUNET_CRYPTO_EccPrivateKey *shorten_zone_key, 533 const struct GNUNET_CRYPTO_EcdsaPrivateKey *shorten_zone_key,
534 GNUNET_GNS_LookupResultProcessor proc, 534 GNUNET_GNS_LookupResultProcessor proc,
535 void *proc_cls) 535 void *proc_cls)
536{ 536{