aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-13 12:00:01 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-13 12:00:01 +0000
commita35c5a11d32bdd0bc24f64de36fbc6b0d0b20aae (patch)
treeb7768c5cb22e8a4f84d51cbd06dc04861fdb8510 /src/namestore/namestore_api.c
parent95d42fdcb47eedcf2747614a22dacd676bc7faae (diff)
downloadgnunet-a35c5a11d32bdd0bc24f64de36fbc6b0d0b20aae.tar.gz
gnunet-a35c5a11d32bdd0bc24f64de36fbc6b0d0b20aae.zip
splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and another for encryption
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index a57aa2967..acb658665 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -1146,7 +1146,7 @@ GNUNET_NAMESTORE_lookup_block (struct GNUNET_NAMESTORE_Handle *h,
1146struct GNUNET_NAMESTORE_QueueEntry * 1146struct GNUNET_NAMESTORE_QueueEntry *
1147GNUNET_NAMESTORE_zone_to_name (struct GNUNET_NAMESTORE_Handle *h, 1147GNUNET_NAMESTORE_zone_to_name (struct GNUNET_NAMESTORE_Handle *h,
1148 const struct GNUNET_CRYPTO_EccPrivateKey *zone, 1148 const struct GNUNET_CRYPTO_EccPrivateKey *zone,
1149 const struct GNUNET_CRYPTO_EccPublicKey *value_zone, 1149 const struct GNUNET_CRYPTO_EccPublicSignKey *value_zone,
1150 GNUNET_NAMESTORE_RecordMonitor proc, void *proc_cls) 1150 GNUNET_NAMESTORE_RecordMonitor proc, void *proc_cls)
1151{ 1151{
1152 struct GNUNET_NAMESTORE_QueueEntry *qe; 1152 struct GNUNET_NAMESTORE_QueueEntry *qe;